From: Hanjun Guo Date: Thu, 5 Feb 2015 09:33:14 +0000 (+0800) Subject: ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse() X-Git-Tag: fixes-v4.0-rc1~160^2~8^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fad93083e288a7d24bf7284c87f0d80a5a2c599;p=pandora-kernel.git ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse() In acpi_table_parse(), pointer of the table to pass to handler() is checked before handler() called, so remove all the duplicate NULL check in the handler function. CC: Tony Luck CC: Thomas Gleixner Signed-off-by: Hanjun Guo Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed