From: Daeseok Youn Date: Thu, 13 Feb 2014 08:16:36 +0000 (+0900) Subject: efi: Use NULL instead of 0 for pointer X-Git-Tag: v3.15-rc1~173^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e608411473ac56358ef35277563982d0565381;p=pandora-kernel.git 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 Signed-off-by: Matt Fleming --- Reading git-diff-tree failed