diff options
Diffstat (limited to 'drivers/usb/atm/speedtch.c')
-rw-r--r-- | drivers/usb/atm/speedtch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/atm/speedtch.c b/drivers/usb/atm/speedtch.c index 8b132c4a503b..7d27c9cf3c43 100644 --- a/drivers/usb/atm/speedtch.c +++ b/drivers/usb/atm/speedtch.c | |||
@@ -88,7 +88,7 @@ static const unsigned char DEFAULT_MODEM_OPTION[MODEM_OPTION_LENGTH] = { | |||
88 | static unsigned int BMaxDSL = DEFAULT_B_MAX_DSL; | 88 | static unsigned int BMaxDSL = DEFAULT_B_MAX_DSL; |
89 | static unsigned char ModemMode = DEFAULT_MODEM_MODE; | 89 | static unsigned char ModemMode = DEFAULT_MODEM_MODE; |
90 | static unsigned char ModemOption[MODEM_OPTION_LENGTH]; | 90 | static unsigned char ModemOption[MODEM_OPTION_LENGTH]; |
91 | static int num_ModemOption; | 91 | static unsigned int num_ModemOption; |
92 | 92 | ||
93 | module_param(altsetting, uint, S_IRUGO | S_IWUSR); | 93 | module_param(altsetting, uint, S_IRUGO | S_IWUSR); |
94 | MODULE_PARM_DESC(altsetting, | 94 | MODULE_PARM_DESC(altsetting, |