]> bbs.cooldavid.org Git - net-next-2.6.git/commit
pcmcia: only keep saved I365_CSCINT flag if there is no PCI irq
authorDominik Brodowski <linux@dominikbrodowski.net>
Fri, 21 May 2010 13:16:53 +0000 (15:16 +0200)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 7 Jun 2010 16:20:02 +0000 (18:20 +0200)
commit02caa56e4b789b80ae7e0f0f0789f94b44ad32ef
treed65920de25fc746cace1988fddcf9ada8fd5feeb
parente44a21b7268a022c7749f521c06214145bd161e4
pcmcia: only keep saved I365_CSCINT flag if there is no PCI irq

Keeping the saved I365_CSCINT flag around breaks PCMCIA on some system,
and is only needed on a few systems to get PCMCIA to work. This patch
allows PCMCIA to work on both types, and it fixes
https://bugzilla.kernel.org/show_bug.cgi?id=16015

Reported-by: Justin P. Mattock <justinmattock@gmail.com>
CC: <stable@kernel.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/yenta_socket.c