]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitf0ad073f043b5ac04620bb80ecfc92114d348044
treef106d954a13881b5f6e810b73061d1091c376129
parent8e08b9766b50826e12139a821b6b3bdfcadcceda
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