]> git.baikalelectronics.ru Git - kernel.git/commit
USB: whci-hcd: fix type and format warnings in sg code
authorDavid Vrabel <david.vrabel@csr.com>
Wed, 14 Oct 2009 13:23:55 +0000 (13:23 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:14 +0000 (11:55 -0800)
commit26db98f378a9d77011cab5427e41203262dd59aa
treef106d954a13881b5f6e810b73061d1091c376129
parent5194fcec235ec043cdd8f8771130d2716d79ce0f
USB: whci-hcd: fix type and format warnings in sg code

Fix type and format warning in the new sg code.  Remove the very chatty
debug messages that were left in by mistake and use min_t() as required
(no one seems to agree on a type for buffer sizes).

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/whci/qset.c