diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2012-02-12 16:45:27 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2012-02-12 16:45:27 +0000 |
commit | ea12a991e1e4ad221e53dfb3f498c520adc61755 (patch) | |
tree | 6b21a427b528711d1f6e6fcf270001cca8bccd63 /target/linux/brcm47xx/patches-3.2/0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch | |
parent | 7c5cc15d84667ff8e353a8edccf7985472bfe7ee (diff) | |
download | upstream-ea12a991e1e4ad221e53dfb3f498c520adc61755.tar.gz upstream-ea12a991e1e4ad221e53dfb3f498c520adc61755.tar.bz2 upstream-ea12a991e1e4ad221e53dfb3f498c520adc61755.zip |
brcm47xx: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30481 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.2/0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch b/target/linux/brcm47xx/patches-3.2/0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch index 7ed7bc902a..ce16cac3cb 100644 --- a/target/linux/brcm47xx/patches-3.2/0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch +++ b/target/linux/brcm47xx/patches-3.2/0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch @@ -13,7 +13,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- a/drivers/bcma/scan.c +++ b/drivers/bcma/scan.c -@@ -380,6 +380,7 @@ static int bcma_get_next_core(struct bcm +@@ -364,6 +364,7 @@ static int bcma_get_next_core(struct bcm void bcma_init_bus(struct bcma_bus *bus) { s32 tmp; @@ -21,7 +21,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> if (bus->init_done) return; -@@ -390,9 +391,12 @@ void bcma_init_bus(struct bcma_bus *bus) +@@ -374,9 +375,12 @@ void bcma_init_bus(struct bcma_bus *bus) bcma_scan_switch_core(bus, BCMA_ADDR_BASE); tmp = bcma_scan_read32(bus, 0, BCMA_CC_ID); |