aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.14
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-10-03 11:03:58 +0000
committerJonas Gorski <jogo@openwrt.org>2014-10-03 11:03:58 +0000
commitf02ccab61b43920f24610a5798f5b2427da117ba (patch)
tree8e635603cbf428409efd5318ee72536fa0f97cfc /target/linux/brcm63xx/patches-3.14
parent956a14a1b2ea557ce8ae9affb3426f1acef24867 (diff)
downloadmaster-187ad058-f02ccab61b43920f24610a5798f5b2427da117ba.tar.gz
master-187ad058-f02ccab61b43920f24610a5798f5b2427da117ba.tar.bz2
master-187ad058-f02ccab61b43920f24610a5798f5b2427da117ba.zip
brcm63xx: fix wrong fixups pointer
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42756 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14')
-rw-r--r--target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch b/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch
index e2d36e722a..f326a9eb7d 100644
--- a/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch
+++ b/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch
@@ -79,7 +79,7 @@
+ .type = SPROM_BCM4318,
+ .pci_bus = 0,
+ .pci_dev = 1,
-+ .board_fixups = &spw500v_fixups,
++ .board_fixups = spw500v_fixups,
+ .num_board_fixups = ARRAY_SIZE(spw500v_fixups),
+ },
+};