diff options
Diffstat (limited to 'drivers/scsi/NCR5380.c')
-rw-r--r-- | drivers/scsi/NCR5380.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi/NCR5380.c index 8429c855701f..01c23d27f290 100644 --- a/drivers/scsi/NCR5380.c +++ b/drivers/scsi/NCR5380.c | |||
@@ -1198,7 +1198,7 @@ static bool NCR5380_select(struct Scsi_Host *instance, struct scsi_cmnd *cmd) | |||
1198 | 1198 | ||
1199 | out: | 1199 | out: |
1200 | if (!hostdata->selecting) | 1200 | if (!hostdata->selecting) |
1201 | return NULL; | 1201 | return false; |
1202 | hostdata->selecting = NULL; | 1202 | hostdata->selecting = NULL; |
1203 | return ret; | 1203 | return ret; |
1204 | } | 1204 | } |