diff options
Diffstat (limited to 'drivers/usb/serial/cp210x.c')
-rw-r--r-- | drivers/usb/serial/cp210x.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 330df5ce435b..e4bb62225cb9 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c | |||
@@ -856,9 +856,6 @@ static int cp210x_startup(struct usb_serial *serial) | |||
856 | struct usb_host_interface *cur_altsetting; | 856 | struct usb_host_interface *cur_altsetting; |
857 | struct cp210x_serial_private *spriv; | 857 | struct cp210x_serial_private *spriv; |
858 | 858 | ||
859 | /* cp210x buffers behave strangely unless device is reset */ | ||
860 | usb_reset_device(serial->dev); | ||
861 | |||
862 | spriv = kzalloc(sizeof(*spriv), GFP_KERNEL); | 859 | spriv = kzalloc(sizeof(*spriv), GFP_KERNEL); |
863 | if (!spriv) | 860 | if (!spriv) |
864 | return -ENOMEM; | 861 | return -ENOMEM; |