From: Jens Künzer Date: Sat, 6 Mar 2010 07:02:24 +0000 (+0100) Subject: pcmcia: allow for cb_irq to differ from pci_dev's irq in yenta_socket X-Git-Tag: v2.6.34-rc2~30^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba8819e991ac507fcbfa080eacdff3e7eea4dc03;p=pandora-kernel.git pcmcia: allow for cb_irq to differ from pci_dev's irq in yenta_socket cb_irq is presumed to be the same as the pci_dev's irq. This won't be true any more as soon as we allow the ISA irq to be used for Cardbus devices. Therefore, use the pci_dev's irq explicitely whenever we care about it. Part 2 of a series to allow the ISA irq to be used for Cardbus devices if the socket's PCI irq is unusable. [linux@dominikbrodowski.net: split up the original patch, commit message] Signed-off-by: Jens Kuenzer Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed