diff options
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c index 12aa72630aed..31b3e1a61bbd 100644 --- a/drivers/usb/storage/usb.c +++ b/drivers/usb/storage/usb.c | |||
@@ -925,7 +925,6 @@ int usb_stor_probe1(struct us_data **pus, | |||
925 | host->max_cmd_len = 16; | 925 | host->max_cmd_len = 16; |
926 | host->sg_tablesize = usb_stor_sg_tablesize(intf); | 926 | host->sg_tablesize = usb_stor_sg_tablesize(intf); |
927 | *pus = us = host_to_us(host); | 927 | *pus = us = host_to_us(host); |
928 | memset(us, 0, sizeof(struct us_data)); | ||
929 | mutex_init(&(us->dev_mutex)); | 928 | mutex_init(&(us->dev_mutex)); |
930 | us_set_lock_class(&us->dev_mutex, intf); | 929 | us_set_lock_class(&us->dev_mutex, intf); |
931 | init_completion(&us->cmnd_ready); | 930 | init_completion(&us->cmnd_ready); |