ACPI / processor: Remove redundant NULL check before kfree
authorSyam Sidhardhan <syamsidhardh@gmail.com>
Sun, 24 Feb 2013 23:12:53 +0000 (23:12 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 4 Mar 2013 13:23:39 +0000 (14:23 +0100)
commit5273a258373a84bbbcbccabb356de5b68e2b8931
treee65cafad7518346c7cf7c874ed81babe0c61e0d2
parented4cf5b23f9d21c441e5c8feead86f2e4a436923
ACPI / processor: Remove redundant NULL check before kfree

kfree() on a NULL pointer is a no-op, so remove a redundant NULL
pointer check in map_mat_entry().

[rjw: Changelog]
Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/processor_core.c