From patchwork Thu Aug 6 00:41:23 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/5,v3,MTD-UTILS] Unified reading from standard input and from file Date: Wed, 05 Aug 2009 14:41:23 -0000 From: Jehan Bing X-Patchwork-Id: 30817 Message-Id: <4A7A26B3.7020503@orb.com> To: "linux-mtd@lists.infradead.org" Allow writing the OOB when using the standard input. Signed-off-by: Jehan Bing --- a/nandwrite.c 2009-08-05 15:48:25.000000000 -0700 +++ b/nandwrite.c 2009-08-05 15:48:49.000000000 -0700 @@ -392,12 +392,6 @@ int main(int argc, char * const argv[]) goto restoreoob; } - /* For now, don't allow writing oob when reading from standard input. */ - if (ifd == STDIN_FILENO && writeoob) { - fprintf(stderr, "Can't write oob when reading from standard input.\n"); - goto closeall; - } - pagelen = meminfo.writesize + ((writeoob) ? meminfo.oobsize : 0); /*