]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
The PIPE_INTERRUPT flag is used wrong
authorRemy Bohmer <linux@bohmer.net>
Fri, 10 Oct 2008 08:23:22 +0000 (10:23 +0200)
committerMarkus Klotzbuecher <mk@denx.de>
Tue, 14 Oct 2008 14:43:06 +0000 (16:43 +0200)
commit9dbc366744960013965fce8851035b6141f3b3ae
tree32ce48313c2edb817abc02651543b18fffa05b1e
parent48867208444cb2a82e2af9c3249e90b7ed4a1751
The PIPE_INTERRUPT flag is used wrong

At a lot of places in the code the PIPE_INTERRUPT flags and friends
are used wrong. The wrong bits are compared to this flag resulting
in wrong conditions. Also there are macros that should be used for
PIPE_* flags.
This patch tries to fix them all, however, I was not able to test the
changes, because I do not have any of these boards.

Review required!

Signed-off-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Markus Klotzbuecher <mk@denx.de>
board/MAI/AmigaOneG3SE/usb_uhci.c
board/mpl/common/usb_uhci.c
cpu/arm920t/s3c24x0/usb_ohci.c
cpu/leon3/usb_uhci.c
cpu/mips/au1x00_usb_ohci.c
cpu/mpc5xxx/usb_ohci.c
cpu/ppc4xx/usb_ohci.c
drivers/usb/isp116x-hcd.c
drivers/usb/r8a66597-hcd.c