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:
86b7d0e
)
serial: sh-sci: Fix up ioremap handling.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 19 Jan 2011 08:51:37 +0000
(17:51 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 19 Jan 2011 08:51:37 +0000
(17:51 +0900)
We were using an IS_ERR() check for the ioremap case, presumably because
this matched the old custom ioremap call that sh64 was providing. Now
that all ioremap() implementations trap the IS_ERR case and hand back a
NULL, check for that instead.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/serial/sh-sci.c
patch
|
blob
|
history
diff --cc
drivers/serial/sh-sci.c
Simple merge