]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: Optimize USB storage read/write
authorJim Shimer <jamesshimer@motorola.com>
Tue, 31 Jul 2012 02:11:28 +0000 (22:11 -0400)
committerMarek Vasut <marex@denx.de>
Sat, 1 Sep 2012 14:21:52 +0000 (16:21 +0200)
commitb7006958ea367394e39e82532317a44491ed52ac
tree51aa1f45c01df5facc2997a3467c42d931deaafe
parentdb19134615dda7e4b0b511c65e92507ab0a530d6
usb: Optimize USB storage read/write

Trim down the IO times by removing uneeded
test unit reeady calls.

Signed-off-by: Jim Shimer <mgi2475@motorola.com>
common/usb_storage.c