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:
b2267a6
)
sh: sh-sci: Fix double initialization by serial_console_setup
author
Nobuhiro Iwamatsu
<nobuhiro.iwamatsu.yj@renesas.com>
Thu, 24 Mar 2011 02:20:56 +0000
(
02:20
+0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 31 Mar 2011 05:33:24 +0000
(14:33 +0900)
The driver is initialized in a state with an unknown value by
serial_console_setup. And initialization fails.
This is caused by the initialization by sci_console_init.
This function does not seem to be necessary for the present sh-sci driver.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found