X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fscsi%2Fa2091.c;h=f7a1751e892dc34b18376313213f087e0a4998c4;hb=2f058256cb64e346f4fb4499ff4e0f1c2791a4b4;hp=ce3c37610c5c26b7b582cc5402ce178e32432250;hpb=68b3aa7c9805aee9005a8ca53c5e99177961fbb9;p=linux-2.6 diff --git a/drivers/scsi/a2091.c b/drivers/scsi/a2091.c index ce3c37610c..f7a1751e89 100644 --- a/drivers/scsi/a2091.c +++ b/drivers/scsi/a2091.c @@ -222,6 +222,9 @@ static int a2091_bus_reset(Scsi_Cmnd *cmd) { /* FIXME perform bus-specific reset */ + /* FIXME 2: kill this function, and let midlayer fall back + to the same action, calling wd33c93_host_reset() */ + spin_lock_irq(cmd->device->host->host_lock); wd33c93_host_reset(cmd); spin_unlock_irq(cmd->device->host->host_lock);