aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb/main.c
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2007-11-07 19:03:35 +0100
committerDavid S. Miller <davem@sunset.davemloft.net>2007-11-10 22:01:53 -0800
commit60d78c4473493674531a1df0772ca9e4d6133a62 (patch)
tree6aa49f29e15f4d71b05fd2a6dca5db213434671a /drivers/ssb/main.c
parentmac80211: fix MAC80211_RCSIMPLE Kconfig (diff)
downloadlinux-dev-60d78c4473493674531a1df0772ca9e4d6133a62.tar.xz
linux-dev-60d78c4473493674531a1df0772ca9e4d6133a62.zip
ssb: Fix PCMCIA-host lowlevel bus access
This fixes the lowlevel bus access routines for PCMCIA based devices. There are still a few issues with register access sideeffects after this patch. This will be addressed in a later patch. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/ssb/main.c')
-rw-r--r--drivers/ssb/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ssb/main.c b/drivers/ssb/main.c
index fc1d589dc675..85a20546e827 100644
--- a/drivers/ssb/main.c
+++ b/drivers/ssb/main.c
@@ -440,6 +440,7 @@ static int ssb_devices_register(struct ssb_bus *bus)
break;
case SSB_BUSTYPE_PCMCIA:
#ifdef CONFIG_SSB_PCMCIAHOST
+ sdev->irq = bus->host_pcmcia->irq.AssignedIRQ;
dev->parent = &bus->host_pcmcia->dev;
#endif
break;