diff options
Diffstat (limited to 'drivers/scsi/sgiwd93.c')
-rw-r--r-- | drivers/scsi/sgiwd93.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c index ed66828705e1..a5ba2c692752 100644 --- a/drivers/scsi/sgiwd93.c +++ b/drivers/scsi/sgiwd93.c | |||
@@ -311,6 +311,9 @@ static int sgiwd93_bus_reset(Scsi_Cmnd *cmd) | |||
311 | { | 311 | { |
312 | /* FIXME perform bus-specific reset */ | 312 | /* FIXME perform bus-specific reset */ |
313 | 313 | ||
314 | /* FIXME 2: kill this function, and let midlayer fallback | ||
315 | to the same result, calling wd33c93_host_reset() */ | ||
316 | |||
314 | spin_lock_irq(cmd->device->host->host_lock); | 317 | spin_lock_irq(cmd->device->host->host_lock); |
315 | wd33c93_host_reset(cmd); | 318 | wd33c93_host_reset(cmd); |
316 | spin_unlock_irq(cmd->device->host->host_lock); | 319 | spin_unlock_irq(cmd->device->host->host_lock); |