mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "O.Sezer" <sezeroz@ttnet.net.tr>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 2.4] nwflash.c -EFAULT retcode
Date: Fri, 13 Aug 2004 21:57:41 +0300	[thread overview]
Message-ID: <411D0F25.3070205@ttnet.net.tr> (raw)

[-- Attachment #1: Type: text/plain, Size: 65 bytes --]

missing -EFAULT retcode in nwflash.c, from 2.6

Özkan Sezer


[-- Attachment #2: nwflash-2.6-fixes.diff --]
[-- Type: text/plain, Size: 292 bytes --]

--- 27rc5~/drivers/char/nwflash.c	2004-08-07 14:02:42.000000000 +0300
+++ 27rc5/drivers/char/nwflash.c	2004-08-07 14:18:04.000000000 +0300
@@ -159,7 +159,8 @@
 		if (ret == 0) {
 			ret = count;
 			*ppos = p + count;
-		}
+		} else
+			ret = -EFAULT;
 		up(&nwflash_sem);
 	}
 	return ret;


                 reply	other threads:[~2004-08-13 18:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=411D0F25.3070205@ttnet.net.tr \
    --to=sezeroz@ttnet.net.tr \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®