commit | 761e9f4f80a21a4b845097027030bef863001636 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Thu Apr 30 07:31:45 2020 +0000 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue May 12 13:48:24 2020 +0200 |
tree | 861ffee59017444b3422fde5f8f6fd66e1c146ca | |
parent | 81a15b9a65565dc819c909512c9d83620b33e7ec [diff] |
drm/mcde: dsi: Fix return value check in mcde_dsi_bind() The of_drm_find_bridge() function returns NULL on error, it doesn't return error pointers so this check doesn't work. Fixes: 5fc537bfd000 ("drm/mcde: Add new driver for ST-Ericsson MCDE") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20200430073145.52321-1-weiyongjun1@huawei.com