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:
5e538ec
)
ASoC: samsung: Fix checking return value of clk_get
author
Axel Lin
<axel.lin@gmail.com>
Thu, 15 Sep 2011 02:36:54 +0000
(10:36 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 15 Sep 2011 23:05:57 +0000
(
00:05
+0100)
clk_get() returns a pointer to the struct clk or an ERR_PTR().
This patch also use PTR_ERR() for return value.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
No differences found