patch-2.3.99-pre8 linux/drivers/char/nwflash.c

Next file: linux/drivers/net/Config.in
Previous file: linux/drivers/char/nwbutton.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre7/linux/drivers/char/nwflash.c linux/drivers/char/nwflash.c
@@ -50,10 +50,10 @@
 #define KFLASH_ID	0x89A6		//Intel flash
 #define KFLASH_ID4	0xB0D4		//Intel flash 4Meg
 
-static int flashdebug = 0;	//if set - we will display progress msgs
+static int flashdebug;		//if set - we will display progress msgs
 
-static int gbWriteEnable = 0;
-static int gbWriteBase64Enable = 0;
+static int gbWriteEnable;
+static int gbWriteBase64Enable;
 MSTATIC int gbFlashSize = KFLASH_SIZE;
 
 extern spinlock_t gpio_lock;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)