From: Mike Isely Date: Wed, 30 Aug 2006 03:07:04 +0000 (-0500) Subject: cypress_m8: use usb_fill_int_urb where appropriate X-Git-Tag: v2.6.19-rc1~899^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa8dae7b1fa7af099a403fc3766e068a0ea6d68;p=pandora-kernel.git cypress_m8: use usb_fill_int_urb where appropriate Rather than directly filling in URB fields, it's safer to use usb_fill_int_urb(). This improves robustness of the driver; URB changes in the future will not go uninitialized here. That point not withstanding, this driver should at least be self-consistent. Either use usb_fill_int_urb() everywhere or don't bother with it all. Signed-off-by: Mike Isely Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed