diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-18 21:40:30 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-18 21:40:30 +0000 |
commit | 4318f32f11f10402786224901322234a38524aaf (patch) | |
tree | f118790a124cf3b56cea3f2288cdc35651bb6ca9 /target/linux/brcm47xx | |
parent | 1d70fe9050364e62fe5a1c5539b0c56635dc6b71 (diff) |
kernel: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34253 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/patches-3.6/186-USB-EHCI-bcma-fix-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.6/186-USB-EHCI-bcma-fix-driver.patch b/target/linux/brcm47xx/patches-3.6/186-USB-EHCI-bcma-fix-driver.patch index b3800340c8..9efb6df6a6 100644 --- a/target/linux/brcm47xx/patches-3.6/186-USB-EHCI-bcma-fix-driver.patch +++ b/target/linux/brcm47xx/patches-3.6/186-USB-EHCI-bcma-fix-driver.patch @@ -1,6 +1,6 @@ --- a/drivers/usb/host/bcma-hcd.c +++ b/drivers/usb/host/bcma-hcd.c -@@ -45,7 +45,7 @@ static int bcma_wait_bits(struct bcma_de +@@ -46,7 +46,7 @@ static int bcma_wait_bits(struct bcma_de for (i = 0; i < timeout; i++) { val = bcma_read32(dev, reg); |