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:
e2a75c4
)
drm/exynos: dsi: use IS_ERR() to check devm_ioremap_resource() results
author
Jingoo Han
<jg1.han@samsung.com>
Thu, 17 Apr 2014 10:08:40 +0000
(19:08 +0900)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 29 Apr 2014 23:48:50 +0000
(09:48 +1000)
devm_ioremap_resource() returns an error pointer, not NULL. Thus,
the result should be checked with IS_ERR().
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/exynos/exynos_drm_dsi.c
Simple merge