lkml.org 
[lkml]   [2018]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.19 09/36] scsi: NCR5380: Return false instead of NULL
    Date
    From: Finn Thain <fthain@telegraphics.com.au>

    [ Upstream commit 96edebd6bb995f2acb7694bed6e01bf6f5a7b634 ]

    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 <fthain@telegraphics.com.au>
    Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/scsi/NCR5380.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    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;
    }
    --
    2.17.1
    \
     
     \ /
      Last update: 2018-11-22 21:01    [W:3.029 / U:1.120 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site