diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2017-07-12 09:30:22 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-07-12 23:25:12 +0200 |
commit | 6f37e2102778d3437a416684680cc5ce295f2042 (patch) | |
tree | adce9579cc427ca6de2aa182d1c8614e1c551d02 /lib/llist.c | |
parent | scsi: hisi_sas: make several const arrays static (diff) | |
download | linux-6f37e2102778d3437a416684680cc5ce295f2042.tar.xz linux-6f37e2102778d3437a416684680cc5ce295f2042.zip |
scsi: libfc: pass an error pointer to fc_disc_error()
This patch is basically to silence a static checker warning.
drivers/scsi/libfc/fc_disc.c:326 fc_disc_error()
warn: passing a valid pointer to 'PTR_ERR'
It doesn't affect runtime because it treats -ENOMEM and a valid pointer
the same. But the documentation says we should be passing an error
pointer.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Johannes Thumshirn <jth@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'lib/llist.c')
0 files changed, 0 insertions, 0 deletions