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:
09aaf99
)
ARM: davinci: fix return value check by using IS_ERR in tnetv107x_devices_init()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Fri, 21 Sep 2012 06:12:31 +0000
(14:12 +0800)
committer
Sekhar Nori
<nsekhar@ti.com>
Tue, 30 Oct 2012 08:33:31 +0000
(14:03 +0530)
In case of error, the function clk_get() returns ERR_PTR() not
NULL pointer. The NULL test in the error handling should be
replaced with IS_ERR().
dpatch engine is used to auto generated this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
No differences found