]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: ohci-hcd: submit_common_msg: report actual_length properly
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Wed, 23 Oct 2013 18:26:27 +0000 (20:26 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 8 Nov 2013 19:46:19 +0000 (20:46 +0100)
commit522c95647df3251ffda2749ded207f30964c8866
tree62e2d0b40ae115f6e1a87194d5624ef1a2fd0dcd
parent351e9b206934c2d4a6a0acd1547caf077e4e675c
usb: ohci-hcd: submit_common_msg: report actual_length properly

submit_common_msg should report amount of data passed from/to device.
Instead, it always returned size requested by Host.

Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
drivers/usb/host/ohci-hcd.c