brcm47xx: add profile for bcm4705 with wl driver
[openwrt.git] / target / linux / brcm47xx / patches-3.6 / 186-USB-EHCI-bcma-fix-driver.patch
1 --- a/drivers/usb/host/bcma-hcd.c
2 +++ b/drivers/usb/host/bcma-hcd.c
3 @@ -46,7 +46,7 @@ static int bcma_wait_bits(struct bcma_de
4  
5         for (i = 0; i < timeout; i++) {
6                 val = bcma_read32(dev, reg);
7 -               if ((val & bitmask) == bitmask)
8 +               if ((val & bitmask) == 0)
9                         return 0;
10                 udelay(10);
11         }