X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fnwflash.c;h=62c67cde853b81fd76e8da499f2de30afe85b170;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=f344ed315286704dad0c0c871f2febfb3379846c;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/char/nwflash.c b/drivers/char/nwflash.c index f344ed315..62c67cde8 100644 --- a/drivers/char/nwflash.c +++ b/drivers/char/nwflash.c @@ -696,7 +696,7 @@ static void __exit nwflash_exit(void) MODULE_LICENSE("GPL"); -MODULE_PARM(flashdebug, "i"); +module_param(flashdebug, bool, 0644); module_init(nwflash_init); module_exit(nwflash_exit);