From: Julia Lawall Date: Tue, 9 Aug 2011 15:10:56 +0000 (-0400) Subject: hwmon: (ibmaem) add missing kfree X-Git-Tag: v3.1-rc2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66a89b2164e2d30661edbd1953eacf0594d8203a;p=pandora-kernel.git hwmon: (ibmaem) add missing kfree rs_resp is dynamically allocated in aem_read_sensor(), so it should be freed before exiting in every case. This collects the kfree and the return at the end of the function. Signed-off-by: Julia Lawall Signed-off-by: Guenter Roeck Cc: stable@kernel.org # 2.6.27+ --- Reading git-diff-tree failed