From: Bartlomiej Zolnierkiewicz Date: Fri, 1 Feb 2008 22:09:31 +0000 (+0100) Subject: ide: fix ide_intr() for non-PCI devices and CONFIG_BLK_DEV_IDEPCI=y X-Git-Tag: v2.6.25-rc1~1078^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425afb61032a245f53320b7efa0f0dfd7a23f87f;p=pandora-kernel.git ide: fix ide_intr() for non-PCI devices and CONFIG_BLK_DEV_IDEPCI=y 'hwif->pci_dev && !hwif->pci_dev->vendor' condition is never true, check for 'hwif->chipset != ide_pci' instead. Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed