diff options
Diffstat (limited to 'drivers/scsi/gvp11.c')
-rw-r--r-- | drivers/scsi/gvp11.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/gvp11.c b/drivers/scsi/gvp11.c index 66990af1dc9c..d12342fa8199 100644 --- a/drivers/scsi/gvp11.c +++ b/drivers/scsi/gvp11.c | |||
@@ -346,6 +346,10 @@ static int gvp11_bus_reset(Scsi_Cmnd *cmd) | |||
346 | { | 346 | { |
347 | /* FIXME perform bus-specific reset */ | 347 | /* FIXME perform bus-specific reset */ |
348 | 348 | ||
349 | /* FIXME 2: shouldn't we no-op this function (return | ||
350 | FAILED), and fall back to host reset function, | ||
351 | wd33c93_host_reset ? */ | ||
352 | |||
349 | spin_lock_irq(cmd->device->host->host_lock); | 353 | spin_lock_irq(cmd->device->host->host_lock); |
350 | wd33c93_host_reset(cmd); | 354 | wd33c93_host_reset(cmd); |
351 | spin_unlock_irq(cmd->device->host->host_lock); | 355 | spin_unlock_irq(cmd->device->host->host_lock); |