diff options
Diffstat (limited to 'drivers/usb/storage/realtek_cr.c')
-rw-r--r-- | drivers/usb/storage/realtek_cr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/realtek_cr.c b/drivers/usb/storage/realtek_cr.c index 63cf2822e299..d36446dd7ae8 100644 --- a/drivers/usb/storage/realtek_cr.c +++ b/drivers/usb/storage/realtek_cr.c | |||
@@ -172,7 +172,7 @@ static int init_realtek_cr(struct us_data *us); | |||
172 | initFunction, flags) \ | 172 | initFunction, flags) \ |
173 | {\ | 173 | {\ |
174 | USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \ | 174 | USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \ |
175 | .driver_info = (flags)|(USB_US_TYPE_STOR<<24)\ | 175 | .driver_info = (flags) \ |
176 | } | 176 | } |
177 | 177 | ||
178 | static const struct usb_device_id realtek_cr_ids[] = { | 178 | static const struct usb_device_id realtek_cr_ids[] = { |