X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fscsi%2Fpci2000.c;h=60ce1cce9497c22f81b7c5c00984a8963ce98e80;hb=4b659086703c3cfdabfc916b517590ad55d1ddfa;hp=575944aaff40f19c47a206200b9a25dd67d18fb7;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/drivers/scsi/pci2000.c b/drivers/scsi/pci2000.c index 575944aaf..60ce1cce9 100644 --- a/drivers/scsi/pci2000.c +++ b/drivers/scsi/pci2000.c @@ -54,7 +54,7 @@ #include #include "scsi.h" -#include "hosts.h" +#include #include "pci2000.h" #include "psi_roy.h" @@ -353,7 +353,7 @@ irqProceed:; if ( WaitReady (padapter) ) { OpDone (SCpnt, DID_TIME_OUT << 16); - goto irq_return;; + goto irq_return; } outb_p (tag0, padapter->mb0); // get real error code @@ -361,7 +361,7 @@ irqProceed:; if ( WaitReady (padapter) ) // wait for controller to suck up the op { OpDone (SCpnt, DID_TIME_OUT << 16); - goto irq_return;; + goto irq_return; } error = inl (padapter->mb0); // get error data @@ -374,16 +374,16 @@ irqProceed:; if ( bus ) // are we doint SCSI commands? { OpDone (SCpnt, (DID_OK << 16) | 2); - goto irq_return;; + goto irq_return; } if ( *SCpnt->cmnd == SCSIOP_TEST_UNIT_READY ) OpDone (SCpnt, (DRIVER_SENSE << 24) | (DID_OK << 16) | 2); // test caller we have sense data too else OpDone (SCpnt, DID_ERROR << 16); - goto irq_return;; + goto irq_return; } OpDone (SCpnt, DID_ERROR << 16); - goto irq_return;; + goto irq_return; } outb_p (0xFF, padapter->tag); // clear the op interrupt