x86/efi: Fix config_table_type array termination
authorLeif Lindholm <leif.lindholm@linaro.org>
Thu, 3 Oct 2013 14:42:37 +0000 (15:42 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Fri, 4 Oct 2013 19:04:45 +0000 (20:04 +0100)
commit722da9d20e7f203ddbb54aba32f95a020d41fc42
tree1a75946f580dbc5daab91681c3c133296ee20745
parent0ce6cda2c75d64175394341ef60e6e1d27dd9c10
x86/efi: Fix config_table_type array termination

Incorrect use of 0 in terminating entry of arch_tables[] causes the
following sparse warning,

  arch/x86/platform/efi/efi.c:74:27: sparse: Using plain integer as NULL pointer

Replace with NULL.

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
[ Included sparse warning in commit message. ]
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/platform/efi/efi.c