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:
8d3e17b
)
ARM: mach-shmobile: Fix up ap4evb build warnings.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 31 May 2010 05:25:57 +0000
(14:25 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 31 May 2010 05:25:57 +0000
(14:25 +0900)
The FSI changes introduced IS_ERR_VALUE() checks for error conditions,
despite clk_get() handing back a pointer. Switch these over to IS_ERR()
like the rest of the code.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found