diff options
author | Wei Yongjun <weiyj.lk@gmail.com> | 2016-08-13 03:26:26 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-08-30 10:36:58 +0200 |
commit | 763e6366f3700e2f34a94e71bfec67dea7e37b68 (patch) | |
tree | 9fc04d926ce0ff4e29adfe7fe50ba0a5e13c48a6 /Kbuild | |
parent | video: ARM CLCD: fix endpoint lookup logic (diff) | |
download | linux-763e6366f3700e2f34a94e71bfec67dea7e37b68.tar.xz linux-763e6366f3700e2f34a94e71bfec67dea7e37b68.zip |
video: ARM CLCD: fix return value check in versatile_clcd_init_panel()
In case of error, the function syscon_node_to_regmap() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().
Fixes: 25348160e9a4 ("video: ARM CLCD: add special panel hook for Versatiles")
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions