commit | 056afc0f01701c4c779ac5b4f2dd9058063f337c | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Wed Mar 17 23:05:54 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu May 20 13:21:33 2010 -0700 |
tree | 9700b245fd8ce0cb0720c160d18fc87a0260801c | |
parent | 41bd72f9041def8e3334d3e3693862d078f5cb9a [diff] |
USB: serial: remove unnecessary re-initialisation of generic urbs The generic read and write bulk urbs are initialised when allocated in usb_serial_probe. The only field that needs to be updated after that is the transfer_buffer_length of the write urb. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>