|
@@ -401,7 +401,7 @@ static int smsusb_init_device(struct usb_interface *intf, int board_id)
|
|
|
struct smsusb_device_t *dev;
|
|
struct smsusb_device_t *dev;
|
|
|
void *mdev;
|
|
void *mdev;
|
|
|
int i, rc;
|
|
int i, rc;
|
|
|
- int in_maxp;
|
|
|
|
|
|
|
+ int in_maxp = 0;
|
|
|
|
|
|
|
|
/* create device object */
|
|
/* create device object */
|
|
|
dev = kzalloc(sizeof(struct smsusb_device_t), GFP_KERNEL);
|
|
dev = kzalloc(sizeof(struct smsusb_device_t), GFP_KERNEL);
|