summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorAndrew Murray <amurray@embedded-bits.co.uk>2013-10-01 15:58:56 +0100
committerTom Rini <trini@ti.com>2013-10-07 07:43:46 -0400
commitddd025bb6e283744dc93d3653a0b6fbd5c35e904 (patch)
tree6163e25243a8ff5a2a40799cceb6f7a7e516cd42 /MAKEALL
parent6478cde618ad3bfdb9b62f62e8c76498b0d6637f (diff)
downloadblackbird-obmc-uboot-ddd025bb6e283744dc93d3653a0b6fbd5c35e904.tar.gz
blackbird-obmc-uboot-ddd025bb6e283744dc93d3653a0b6fbd5c35e904.zip
usb: Fix error handling in musb_hcd.c
The wait_until_[rx|tx]ep_ready functions return a u8 to indicate success containing the value 0, 1 or -1. This patch changes the return type to an int to accommodate the negative return values. These functions are used in the file using calls such as if (!wait_until... Where a -1 is returned it is mishandled and treated as success instead of a CRC error. This patch addresses this. Cc: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@ti.com> Signed-off-by: Andrew Murray <amurray@embedded-bits.co.uk> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'MAKEALL')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud