From: Johan Hovold Date: Wed, 17 Mar 2010 22:05:54 +0000 (+0100) Subject: USB: serial: remove unnecessary re-initialisation of generic urbs X-Git-Tag: v2.6.35-rc1~471^2~190 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056afc0f01701c4c779ac5b4f2dd9058063f337c;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed