Two commas in cfi_cmdset_0002.c

Vlad vdoukhan at cbnco.com
Sun Oct 19 12:52:29 EDT 2003


Hi,

I think you have forgotten two commas.

Cheers,
vlad

cvs -z9 diff  "cfi_cmdset_0002.c"
Index: cfi_cmdset_0002.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/cfi_cmdset_0002.c,v
retrieving revision 1.89
diff -r1.89 cfi_cmdset_0002.c
371c371
< 			DEBUG(MTD_DEBUG_LEVEL1 "Using buffer write method\n" );
---
> 			DEBUG(MTD_DEBUG_LEVEL1, "Using buffer write method\n" );
374c374
< 			DEBUG(MTD_DEBUG_LEVEL1 "Using word write method\n" );
---
> 			DEBUG(MTD_DEBUG_LEVEL1, "Using word write method\n" );



More information about the linux-mtd mailing list