From: Syam Sidhardhan Date: Sun, 24 Feb 2013 23:12:53 +0000 (+0000) Subject: ACPI / processor: Remove redundant NULL check before kfree X-Git-Tag: v3.9-rc2~16^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5273a258373a84bbbcbccabb356de5b68e2b8931;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed