efi: Use NULL instead of 0 for pointer
authorDaeseok Youn <daeseok.youn@gmail.com>
Thu, 13 Feb 2014 08:16:36 +0000 (17:16 +0900)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 4 Mar 2014 16:17:20 +0000 (16:17 +0000)
commit69e608411473ac56358ef35277563982d0565381
treebdc2733b8a1869aaac65e542df8051bb46a76109
parent092063808c498eccac8e891973bf143e7b60d723
efi: Use NULL instead of 0 for pointer

Fix following sparse warnings:

drivers/firmware/efi/efivars.c:230:66: warning:
 Using plain integer as NULL pointer
drivers/firmware/efi/efi.c:236:27: warning:
 Using plain integer as NULL pointer

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
drivers/firmware/efi/efi.c
drivers/firmware/efi/efivars.c