git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a2805e
)
hwmon: (ibmaem) add missing kfree
author
Julia Lawall
<julia@diku.dk>
Tue, 9 Aug 2011 15:10:56 +0000
(11:10 -0400)
committer
Guenter Roeck
<guenter.roeck@ericsson.com>
Thu, 11 Aug 2011 17:14:18 +0000
(10:14 -0700)
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 <julia@diku.dk>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Cc: stable@kernel.org # 2.6.27+
No differences found