[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201002031824.37215.mb@bu3sch.de>
Date: Wed, 3 Feb 2010 18:24:35 +0100
From: Michael Buesch <mb@...sch.de>
To: "John W. Linville" <linville@...driver.com>
Cc: Christoph Egger <siccegge@...d.informatik.uni-erlangen.de>,
albert_herranz@...oo.es, vamos@...informatik.uni-erlangen.de,
linux-kernel@...r.kernel.org
Subject: [PATCH] ssb: Fix CONFIG_SSB_SDIOHOST typo
This fixes a CONFIG_SSB_SDIOHOST typo.
Signed-off-by: Michael Buesch <mb@...sch.de>
Reported-by: Christoph Egger <siccegge@...d.informatik.uni-erlangen.de>
---
drivers/ssb/main.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- wireless-testing.orig/drivers/ssb/main.c
+++ wireless-testing/drivers/ssb/main.c
@@ -494,8 +494,7 @@ static int ssb_devices_register(struct s
#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;
--
Greetings, Michael.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists