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:
4a490b7
)
watchdog: da9055: Fix invalid free of devm_ allocated data
author
Axel Lin
<axel.lin@ingics.com>
Fri, 21 Dec 2012 13:09:06 +0000
(21:09 +0800)
committer
Wim Van Sebroeck
<wim@iguana.be>
Wed, 2 Jan 2013 11:06:43 +0000
(12:06 +0100)
It is not required to free devm_ allocated data. Since kref_put
needs a valid release function, da9055_wdt_release_resources()
is not deleted.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
No differences found