ssb: Fix CONFIG_SSB_SDIOHOST typo
authorMichael Buesch <mb@bu3sch.de>
Wed, 3 Feb 2010 17:24:35 +0000 (18:24 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 3 Feb 2010 21:55:20 +0000 (16:55 -0500)
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>
drivers/ssb/main.c

index 5681ebed9c65d879132235a165af705d25cf37ab..03dfd27c4bfba8cb78df400a12589be531879f6b 100644 (file)
@@ -494,8 +494,7 @@ static int ssb_devices_register(struct ssb_bus *bus)
 #endif
                        break;
                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;
 #endif
                        break;
This page took 0.039275 seconds and 5 git commands to generate.