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:
5a135f3
)
watchdog: ie6xx_wdt: section mismatch in ie6xx_wdt_probe()
author
Gerard Snitselaar
<dev@snitselaar.org>
Wed, 4 Jul 2012 16:32:11 +0000
(09:32 -0700)
committer
Wim Van Sebroeck
<wim@iguana.be>
Mon, 23 Jul 2012 10:49:44 +0000
(12:49 +0200)
ie6xx_wdt_probe() calls ie6xx_wdt_debugfs_exit() as part of
it's error cleanup path, and ie6xx_wdt_debugfs_exit() is
currently annotated __devexit.
Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
No differences found