Re: [PATCH] Yet more PCI fixes for 2.5.70

Greg KH (greg@kroah.com)
Tue, 10 Jun 2003 11:49:27 -0700


ChangeSet 1.1351, 2003/06/09 16:01:36-07:00, greg@kroah.com

PCI: remove pci_present() from drivers/scsi/BusLogic.c

drivers/scsi/BusLogic.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)

diff -Nru a/drivers/scsi/BusLogic.c b/drivers/scsi/BusLogic.c
--- a/drivers/scsi/BusLogic.c Tue Jun 10 11:19:48 2003
+++ b/drivers/scsi/BusLogic.c Tue Jun 10 11:19:48 2003
@@ -1183,7 +1183,7 @@
If a PCI BIOS is present, interrogate it for MultiMaster and FlashPoint
Host Adapters; otherwise, default to the standard ISA MultiMaster probe.
*/
- if (!BusLogic_ProbeOptions.NoProbePCI && pci_present())
+ if (!BusLogic_ProbeOptions.NoProbePCI)
{
if (BusLogic_ProbeOptions.MultiMasterFirst)
{
@@ -5133,3 +5133,4 @@
.use_clustering = ENABLE_CLUSTERING,
};
#include "scsi_module.c"
+

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/