X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=inline;f=board%2Fmpl%2Fcommon%2Fusb_uhci.c;h=a0094372a46fc01ec47fe89eb7132f99d08405f9;hb=50bd0057ba8fceeb48533f8b1a652ccd0e170838;hp=ad304426ebe519ffecddd0ce1e623df435c5b556;hpb=6d0f6bcf337c5261c08fabe12982178c2c489d76;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/mpl/common/usb_uhci.c b/board/mpl/common/usb_uhci.c index ad30442..a009437 100644 --- a/board/mpl/common/usb_uhci.c +++ b/board/mpl/common/usb_uhci.c @@ -792,7 +792,7 @@ int uhci_submit_rh_msg(struct usb_device *dev, unsigned long pipe, void *buffer, unsigned short wIndex; unsigned short wLength; - if ((pipe & PIPE_INTERRUPT) == PIPE_INTERRUPT) { + if (usb_pipeint(pipe)) { printf("Root-Hub submit IRQ: NOT implemented\n"); #if 0 uhci->rh.urb = urb;