diff options
author | Michael Buesch <mb@bu3sch.de> | 2007-11-07 19:03:35 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-11-10 22:01:53 -0800 |
commit | 60d78c4473493674531a1df0772ca9e4d6133a62 (patch) | |
tree | 6aa49f29e15f4d71b05fd2a6dca5db213434671a /drivers/ssb/main.c | |
parent | d52a60ad389d8aeac162350b19e4303c6cde7f93 (diff) | |
download | op-kernel-dev-60d78c4473493674531a1df0772ca9e4d6133a62.zip op-kernel-dev-60d78c4473493674531a1df0772ca9e4d6133a62.tar.gz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ssb/main.c b/drivers/ssb/main.c index fc1d589..85a2054 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; |