diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-01-03 16:56:54 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-01-03 16:56:54 +0000 |
commit | a105eea1a13347ae64525a1b4e162edbb76e4ecc (patch) | |
tree | dad9b6c4ed80c29e9f44c1fa5c6b5cbbf4c6a1ea /target/linux/brcm47xx/patches-3.6/182-bcma-make-some-info-messages-debug.patch | |
parent | ac383f95a515c4092f7fafe91046b8443beceaef (diff) | |
download | upstream-a105eea1a13347ae64525a1b4e162edbb76e4ecc.tar.gz upstream-a105eea1a13347ae64525a1b4e162edbb76e4ecc.tar.bz2 upstream-a105eea1a13347ae64525a1b4e162edbb76e4ecc.zip |
brcm47xx: various fixes and code cleanups for irq code
This is based on a patch send by Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34997
Diffstat (limited to 'target/linux/brcm47xx/patches-3.6/182-bcma-make-some-info-messages-debug.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.6/182-bcma-make-some-info-messages-debug.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-3.6/182-bcma-make-some-info-messages-debug.patch b/target/linux/brcm47xx/patches-3.6/182-bcma-make-some-info-messages-debug.patch index 3506fe55ab..4250216f30 100644 --- a/target/linux/brcm47xx/patches-3.6/182-bcma-make-some-info-messages-debug.patch +++ b/target/linux/brcm47xx/patches-3.6/182-bcma-make-some-info-messages-debug.patch @@ -20,7 +20,7 @@ for (i = 0; i <= 6; i++) printk(" %s%s", irq_name[i], i == irq ? "*" : " "); printk("\n"); -@@ -270,7 +270,7 @@ void bcma_core_mips_init(struct bcma_drv +@@ -269,7 +269,7 @@ void bcma_core_mips_init(struct bcma_drv if (mcore->setup_done) return; @@ -29,7 +29,7 @@ bcma_core_mips_early_init(mcore); -@@ -315,7 +315,7 @@ void bcma_core_mips_init(struct bcma_drv +@@ -317,7 +317,7 @@ void bcma_core_mips_init(struct bcma_drv "Unknown device (0x%x) found, can not configure IRQs\n", bus->chipinfo.id); } |