From: Alan Cox Date: Thu, 8 Mar 2007 23:13:50 +0000 (+0000) Subject: [PATCH] libata-acpi: Try and stop all the non PCI devices crashing X-Git-Tag: v2.6.21-rc4~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca4266359d0c1199af088447f209ab5bcc32a989;p=pandora-kernel.git [PATCH] libata-acpi: Try and stop all the non PCI devices crashing For 2.6.20 it mostly used to just not work, for 2.6.21-rc it crashes, this seems to be down to luck (bad or good). The libata-acpi code needs to avoid doing PCI work on non-PCI devices. This is one hack although it's not pretty and perhaps there is a "right" way to check if a struct device * is PCI ? Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed