Re: [PATCH] NCR5380: Return false instead of NULL

2018-11-05 Thread Martin K. Petersen
Finn, > I overlooked this statement when I recently converted the function result > type from struct scsi_cmnd * to bool. No change to object code. Applied to 4.20/scsi-fixes, thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH] NCR5380: Return false instead of NULL

2018-10-24 Thread Finn Thain
I overlooked this statement when I recently converted the function result type from struct scsi_cmnd * to bool. No change to object code. Signed-off-by: Finn Thain --- drivers/scsi/NCR5380.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi