[PATCH] pcmcia: warn if driver requests exclusive, but gets a shared IRQ
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Tue, 16 May 2006 15:16:44 +0000 (16:16 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Fri, 30 Jun 2006 20:09:10 +0000 (22:09 +0200)
commitc533120b8da215dc02310c535fa87c5c480d0f14
tree5142cad1107953e1655c7153ef10b7cc0719f068
parentd29693bf10f376870d9bfd34bde80dd061cc4575
[PATCH] pcmcia: warn if driver requests exclusive, but gets a shared IRQ

The patch below cleans up the pcmcia code a bit on the IRQ side (I did
this while debugging the problem just so I could read wtf it was doing),
and also adds a warning and passes back the correct information when a
device asks for exclusive but gets given shared. This at least means the
dmesg dump of a problem triggered by this will have a signature to find.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/pcmcia_resource.c