commit | 2fad93083e288a7d24bf7284c87f0d80a5a2c599 | [log] [tgz] |
---|---|---|
author | Hanjun Guo <hanjun.guo@linaro.org> | Thu Feb 05 17:33:14 2015 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Feb 06 01:34:47 2015 +0100 |
tree | bf244bbd5cf4033bf07b5cce08562f1b4d779bd1 | |
parent | e36f014edff70fc02b3d3d79cead1d58f289332e [diff] |
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 <tony.luck@intel.com> CC: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>