[SCSI] lpfc: use NULL instead of 0 for pointer
authorDaeseok Youn <daeseok.youn@gmail.com>
Fri, 21 Feb 2014 00:03:32 +0000 (09:03 +0900)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 15 Mar 2014 17:18:58 +0000 (10:18 -0700)
commit2e7063770ecf7d0d17a59eeb476107a4b608003a
treef615c4a400f3e379cc5d723a3fa740df712d89e4
parent15367540f95d455c0d9500cae6e856fcfcd010be
[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>
drivers/scsi/lpfc/lpfc_sli.c