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:
b6f0ec2
)
cs5535-mfgpt: don't call __init function from __devinit
author
Danny Kukawka
<danny.kukawka@bisect.de>
Thu, 2 Feb 2012 13:20:29 +0000
(14:20 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 12 Mar 2012 19:31:50 +0000
(12:31 -0700)
commit
474de3bbadd9cb75ffc32cc759c40d868343d46c
upstream.
Fix scan_timers() to be __devinit and not __init since
the function get called from cs5535_mfgpt_probe which is
__devinit.
Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found