module_param: make bool parameters really bool (drivers & misc)
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / char / nwflash.c
index a12f524..bf586ae 100644 (file)
@@ -51,7 +51,7 @@ static int write_block(unsigned long p, const char __user *buf, int count);
 #define KFLASH_ID      0x89A6          //Intel flash
 #define KFLASH_ID4     0xB0D4          //Intel flash 4Meg
 
-static int flashdebug;         //if set - we will display progress msgs
+static bool flashdebug;                //if set - we will display progress msgs
 
 static int gbWriteEnable;
 static int gbWriteBase64Enable;