From: Alan Cox Date: Tue, 16 May 2006 15:16:44 +0000 (+0100) Subject: [PATCH] pcmcia: warn if driver requests exclusive, but gets a shared IRQ X-Git-Tag: v2.6.18-rc1~255^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c533120b8da215dc02310c535fa87c5c480d0f14;p=pandora-kernel.git [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 Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed