]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
pcmcia: Fix up legacy driver IRQs
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Tue, 23 Sep 2008 12:53:09 +0000 (13:53 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 24 Sep 2008 20:18:04 +0000 (16:18 -0400)
commit47cbb1107e4172f3632713d74dc8651a32ceb294
treed631ca41ecc140e594c524f879ea5a7e7cb6e3cd
parent638af07386972861272ed9d0cff01cad528fdceb
pcmcia: Fix up legacy driver IRQs

The PCMCIA layer obsoleted asking for per device private IRQS some years
ago and all the drivers by inspection correctly use dev_id and handle
shared interrupts [they get em anyway in most PCI bridged PCMCIA/Cardbus]
so can be adjusted.

This gets rid of the various bugs reported where there is spewage about
conflicting irq types and sometimes the driver won't load.

(Note I don't have all of these devices to test each one beyond by inspection)

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/airo_cs.c
drivers/net/wireless/atmel_cs.c
drivers/net/wireless/netwave_cs.c
drivers/net/wireless/orinoco_cs.c
drivers/net/wireless/ray_cs.c
drivers/net/wireless/spectrum_cs.c
drivers/net/wireless/wavelan_cs.c
drivers/net/wireless/wl3501_cs.c