]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: ehci: fix Interrupt on Doorbell flag of USBCMD
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 5 Nov 2014 14:11:10 +0000 (23:11 +0900)
committerMarek Vasut <marex@denx.de>
Fri, 7 Nov 2014 15:32:02 +0000 (16:32 +0100)
commitc02bf4582f9f4d788194aab0e8d79d1b2cbde1b9
tree9cd3cbdd4e1077f8566ed997bd82f7c3376b1788
parent0223a95c723b5ad33c0f2ee1fc7acd2afe0f023b
usb: ehci: fix Interrupt on Doorbell flag of USBCMD

CMD_IAAD (Interrupt on Async Advance Doorbell) is bit 6, not bit 5.
While we are here, sort the flags.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
drivers/usb/host/ehci.h