diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-12 16:45:27 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-12 16:45:27 +0000 |
commit | 1b56ff89986cdc568437df3847975dcc24ecb3a4 (patch) | |
tree | 6b21a427b528711d1f6e6fcf270001cca8bccd63 /target/linux/brcm47xx/patches-3.2/0045-ssb-fix-cardbus-in-hostmode.patch | |
parent | 6d7798dc01d71f5db2a8d468a7cfdc67444ae090 (diff) |
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/0045-ssb-fix-cardbus-in-hostmode.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.2/0045-ssb-fix-cardbus-in-hostmode.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/0045-ssb-fix-cardbus-in-hostmode.patch b/target/linux/brcm47xx/patches-3.2/0045-ssb-fix-cardbus-in-hostmode.patch index 4837fe740f..d26807f3eb 100644 --- a/target/linux/brcm47xx/patches-3.2/0045-ssb-fix-cardbus-in-hostmode.patch +++ b/target/linux/brcm47xx/patches-3.2/0045-ssb-fix-cardbus-in-hostmode.patch @@ -19,4 +19,4 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> + if (pc->cardbusmode && (dev > 1)) goto out; - /* Type 0 transaction */ + if (bus == 0) { |