]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
musb: process control messages after roothub accepted it
authorCliff Cai <cliff.cai@analog.com>
Thu, 21 Apr 2011 16:42:10 +0000 (12:42 -0400)
committerRemy Bohmer <linux@bohmer.net>
Sat, 25 Jun 2011 07:53:10 +0000 (09:53 +0200)
commitb17ce92a424ab5ea93a1ed973e5d2ce047a7d321
tree36c22919d8e894769c0cd718ca65fe159579936c
parent9623c158f6a5150a21c25026bfba79e7ff7912f5
musb: process control messages after roothub accepted it

When dealing with non-multipoint devices, if the software root hub code
accepted the message, then we still need to process it normally.  So only
return quickly when the root hub skipped the message or is otherwise in
an error state.

Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/usb/musb/musb_hcd.c