commit | f0ad073f043b5ac04620bb80ecfc92114d348044 | [log] [tgz] |
---|---|---|
author | David Vrabel <david.vrabel@csr.com> | Wed Oct 14 13:23:55 2009 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 11:55:14 2009 -0800 |
tree | f106d954a13881b5f6e810b73061d1091c376129 | |
parent | 8e08b9766b50826e12139a821b6b3bdfcadcceda [diff] |
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>