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:
dec7273
)
drm/tegra: Fix return value check
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Mon, 21 Oct 2013 03:34:07 +0000
(11:34 +0800)
committer
Thierry Reding
<treding@nvidia.com>
Fri, 20 Dec 2013 14:56:05 +0000
(15:56 +0100)
In case of error, the devm_ioremap_resource() function returns ERR_PTR()
and never NULL. The NULL test in the return value check should therefore
be replaced with IS_ERR().
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Thierry Reding <treding@nvidia.com>
No differences found