summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
diff options
context:
space:
mode:
authorDaeseok Youn <daeseok.youn@gmail.com>2014-02-21 09:03:32 +0900
committerJames Bottomley <JBottomley@Parallels.com>2014-03-15 10:18:58 -0700
commit2e7063770ecf7d0d17a59eeb476107a4b608003a (patch)
treef615c4a400f3e379cc5d723a3fa740df712d89e4 /drivers/scsi/lpfc
parent15367540f95d455c0d9500cae6e856fcfcd010be (diff)
downloadop-kernel-dev-2e7063770ecf7d0d17a59eeb476107a4b608003a.zip
op-kernel-dev-2e7063770ecf7d0d17a59eeb476107a4b608003a.tar.gz
[SCSI] lpfc: use NULL instead of 0 for pointer
sparse says: drivers/scsi/lpfc/lpfc_sli.c:16547:37: warning: Using plain integer as NULL pointer Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Acked-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc')
-rw-r--r--drivers/scsi/lpfc/lpfc_sli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c
index db2100d..6bb51f8e 100644
--- a/drivers/scsi/lpfc/lpfc_sli.c
+++ b/drivers/scsi/lpfc/lpfc_sli.c
@@ -16773,7 +16773,7 @@ lpfc_drain_txq(struct lpfc_hba *phba)
{
LIST_HEAD(completions);
struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
- struct lpfc_iocbq *piocbq = 0;
+ struct lpfc_iocbq *piocbq = NULL;
unsigned long iflags = 0;
char *fail_msg = NULL;
struct lpfc_sglq *sglq;
OpenPOWER on IntegriCloud