From: David Cohen Date: Thu, 16 Jan 2014 23:07:02 +0000 (-0800) Subject: x86, intel-mid: sfi_handle_*_dev() should check for pdata error code X-Git-Tag: v3.14-rc1~162^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb20d7395f75b0fdb5b300f9fb3b9c6054fb04f;p=pandora-kernel.git x86, intel-mid: sfi_handle_*_dev() should check for pdata error code When Intel MID finds a match between SFI table from FW and registered SFI devices, it will always register a device regardless the platform code was successful or not. This patch adds an extra option for platform code to return error code and abort device registration on SFI table parsing. This patch does not contain any functional changes for current intel mid platform code. Signed-off-by: David Cohen Link: http://lkml.kernel.org/r/1389913624-9149-2-git-send-email-david.a.cohen@linux.intel.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed