diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/media/usb/siano/smsusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/siano/smsusb.c b/drivers/media/usb/siano/smsusb.c index 27ad14a3f831..59b3c124b49d 100644 --- a/drivers/media/usb/siano/smsusb.c +++ b/drivers/media/usb/siano/smsusb.c | |||
| @@ -400,7 +400,7 @@ static int smsusb_init_device(struct usb_interface *intf, int board_id) | |||
| 400 | struct smsusb_device_t *dev; | 400 | struct smsusb_device_t *dev; |
| 401 | void *mdev; | 401 | void *mdev; |
| 402 | int i, rc; | 402 | int i, rc; |
| 403 | int in_maxp; | 403 | int in_maxp = 0; |
| 404 | 404 | ||
| 405 | /* create device object */ | 405 | /* create device object */ |
| 406 | dev = kzalloc(sizeof(struct smsusb_device_t), GFP_KERNEL); | 406 | dev = kzalloc(sizeof(struct smsusb_device_t), GFP_KERNEL); |
