瀏覽代碼

ssb: fix cardbus slot in hostmode

ssb supports one extra device on the cardbus. This results in two
devices in total, one beeing the host controller itself and the other
the external device connected to the hostcontroller over cardbus.

This makes the cardbus slot work on the Linksys WRT150N.

Reported-by: Aaron Z <aaronz@pls-net.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Hauke Mehrtens 13 年之前
父節點
當前提交
a6c84622b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/ssb/driver_pcicore.c

+ 1 - 1
drivers/ssb/driver_pcicore.c

@@ -75,7 +75,7 @@ static u32 get_cfgspace_addr(struct ssb_pcicore *pc,
 	u32 tmp;
 	u32 tmp;
 
 
 	/* We do only have one cardbus device behind the bridge. */
 	/* We do only have one cardbus device behind the bridge. */
-	if (pc->cardbusmode && (dev >= 1))
+	if (pc->cardbusmode && (dev > 1))
 		goto out;
 		goto out;
 
 
 	if (bus == 0) {
 	if (bus == 0) {