diff options
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/transport.c b/drivers/usb/storage/transport.c index c70109e5d60b..c0543c83923e 100644 --- a/drivers/usb/storage/transport.c +++ b/drivers/usb/storage/transport.c | |||
@@ -1331,7 +1331,7 @@ int usb_stor_port_reset(struct us_data *us) | |||
1331 | int result; | 1331 | int result; |
1332 | 1332 | ||
1333 | /*for these devices we must use the class specific method */ | 1333 | /*for these devices we must use the class specific method */ |
1334 | if (us->pusb_dev->quirks & USB_QUIRK_RESET_MORPHS) | 1334 | if (us->pusb_dev->quirks & USB_QUIRK_RESET) |
1335 | return -EPERM; | 1335 | return -EPERM; |
1336 | 1336 | ||
1337 | result = usb_lock_device_for_reset(us->pusb_dev, us->pusb_intf); | 1337 | result = usb_lock_device_for_reset(us->pusb_dev, us->pusb_intf); |