]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mpl/common/usb_uhci.c
Merge git://git.denx.de/u-boot into x1
[people/ms/u-boot.git] / board / mpl / common / usb_uhci.c
index ad304426ebe519ffecddd0ce1e623df435c5b556..a0094372a46fc01ec47fe89eb7132f99d08405f9 100644 (file)
@@ -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;