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:
c520f9f
)
video: exynos_mipi_dsi: Remove unnecessary NULL check
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 21 Sep 2012 05:06:47 +0000
(10:36 +0530)
committer
Florian Tobias Schandinat
<FlorianSchandinat@gmx.de>
Sat, 22 Sep 2012 21:44:37 +0000
(21:44 +0000)
'dsim' is allocated and checked for NULL in the probe function.
Hence this check is redundant. This cleanup also fixes a potential NULL
pointer dereference error when dsim which is NULL references its member
in the error print message.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
No differences found