Browse Source

ssb: Fix CONFIG_SSB_SDIOHOST typo

This fixes a CONFIG_SSB_SDIOHOST typo.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Reported-by: Christoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Tested-By: Albert Herranz <albert_herranz@yahoo.es>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Michael Buesch 15 năm trước cách đây
mục cha
commit
391ae22ae5
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      drivers/ssb/main.c

+ 1 - 2
drivers/ssb/main.c

@@ -494,8 +494,7 @@ static int ssb_devices_register(struct ssb_bus *bus)
 #endif
 #endif
 			break;
 			break;
 		case SSB_BUSTYPE_SDIO:
 		case SSB_BUSTYPE_SDIO:
-#ifdef CONFIG_SSB_SDIO
-			sdev->irq = bus->host_sdio->dev.irq;
+#ifdef CONFIG_SSB_SDIOHOST
 			dev->parent = &bus->host_sdio->dev;
 			dev->parent = &bus->host_sdio->dev;
 #endif
 #endif
 			break;
 			break;