From: Chris Adams Date: Wed, 10 Sep 2008 21:11:38 +0000 (-0700) Subject: usb serial: ti_usb_3410_5052 obviously broken by firmware changes X-Git-Tag: v2.6.27-rc8~26^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bcbe4c199ec012169f938d2c6b543f50c4925ed;p=pandora-kernel.git usb serial: ti_usb_3410_5052 obviously broken by firmware changes While making some other changes to ti_usb_3410_5052, I noticed that the changes made to move the firmware loading to a separate function are broken (in ti_download_firmware(), status is set to -ENOMEM and never changed). This means the driver will never initialize the device properly. It looks like status was supposed to get the result of ti_do_download(). Signed-off-by: Chris Adams Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed