diff options
-rw-r--r-- | drivers/usb/wusbcore/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/wusbcore/crypto.c b/drivers/usb/wusbcore/crypto.c index 1072d5e71ce8..33acd1599e99 100644 --- a/drivers/usb/wusbcore/crypto.c +++ b/drivers/usb/wusbcore/crypto.c | |||
@@ -54,7 +54,7 @@ | |||
54 | #include <linux/usb/wusb.h> | 54 | #include <linux/usb/wusb.h> |
55 | #include <linux/scatterlist.h> | 55 | #include <linux/scatterlist.h> |
56 | 56 | ||
57 | static int debug_crypto_verify = 0; | 57 | static int debug_crypto_verify; |
58 | 58 | ||
59 | module_param(debug_crypto_verify, int, 0); | 59 | module_param(debug_crypto_verify, int, 0); |
60 | MODULE_PARM_DESC(debug_crypto_verify, "verify the key generation algorithms"); | 60 | MODULE_PARM_DESC(debug_crypto_verify, "verify the key generation algorithms"); |