Message ID | 20181122195240.13123-9-sashal@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | None | expand |
This patch is not relevant to any -stable branch. Please don't backport.
On Fri, Nov 23, 2018 at 08:49:39AM +1100, Finn Thain wrote: > >This patch is not relevant to any -stable branch. Please don't backport. Heh, I see why. I wonder why git applied it cleanly :/ Now dropped, thank you. -- Thanks, Sasha
diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi/NCR5380.c index 90ea0f5d9bdb..fbcbd6db371f 100644 --- a/drivers/scsi/NCR5380.c +++ b/drivers/scsi/NCR5380.c @@ -1190,7 +1190,7 @@ static struct scsi_cmnd *NCR5380_select(struct Scsi_Host *instance, out: if (!hostdata->selecting) - return NULL; + return false; hostdata->selecting = NULL; return cmd; }