From: Kenji Kaneshige Date: Sat, 3 Sep 2005 04:34:32 +0000 (-0400) Subject: [ACPI] fix run-time error checking in acpi_pci_irq_disable() X-Git-Tag: v2.6.14-rc1~256^2~14^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0110f2a716376f3b260703835f527ca8900946;p=pandora-kernel.git [ACPI] fix run-time error checking in acpi_pci_irq_disable() The 'bus' field in pci_dev structure should be checked before calling pci_read_config_byte() because pci_bus_read_config_byte() called by pci_read_config_byte() refers to 'bus' field. Signed-off-by: Kenji Kaneshige Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- Reading git-diff-tree failed