From: Leif Lindholm Date: Thu, 3 Oct 2013 14:42:37 +0000 (+0100) Subject: x86/efi: Fix config_table_type array termination X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~32^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=722da9d20e7f203ddbb54aba32f95a020d41fc42;p=pandora-kernel.git 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 [ Included sparse warning in commit message. ] Signed-off-by: Matt Fleming --- Reading git-diff-tree failed