Re: [U-Boot] [PATCH] usb: ehci: fix Interrupt on Doorbell flag of USBCMD

2014-11-06 Thread Marek Vasut
On Wednesday, November 05, 2014 at 03:11:10 PM, Masahiro Yamada wrote: 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 yamad...@jp.panasonic.com Nice catch, applied, thanks! Best regards, Marek Vasut

[U-Boot] [PATCH] usb: ehci: fix Interrupt on Doorbell flag of USBCMD

2014-11-05 Thread Masahiro Yamada
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 yamad...@jp.panasonic.com --- drivers/usb/host/ehci.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ehci.h