X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cpu%2Fleon3%2Fusb_uhci.c;h=8f99e1db194e61eaeeeadd43689de1f6e3490caa;hb=9dbc366744960013965fce8851035b6141f3b3ae;hp=7910bebe142acf92eb4bf24874c5dd8b50c33592;hpb=8c8428a576f632745306e288b629e30d420c0f5a;p=platform%2Fkernel%2Fu-boot.git diff --git a/cpu/leon3/usb_uhci.c b/cpu/leon3/usb_uhci.c index 7910beb..8f99e1d 100644 --- a/cpu/leon3/usb_uhci.c +++ b/cpu/leon3/usb_uhci.c @@ -901,7 +901,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"); return 0; }