drm: rcar-du: Fix the return check of of_parse_phandle and of_find_device_by_node
authorWang Xiaojun <wangxiaojun11@huawei.com>
Wed, 11 Nov 2020 03:14:52 +0000 (11:14 +0800)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 5 Jan 2021 05:20:11 +0000 (07:20 +0200)
commit8d7d33f6be06f929ac2c5e8ea2323fec272790d4
tree9523e642bbd4b13cac62e7f4a0e6cd59d4cac2eb
parent3a608bcbb97e70d18e330d3adb790ac1ac1a4aae
drm: rcar-du: Fix the return check of of_parse_phandle and of_find_device_by_node

of_parse_phandle and of_find_device_by_node may return NULL
which cannot be checked by IS_ERR.

Fixes: 8de707aeb452 ("drm: rcar-du: kms: Initialize CMM instances")
Signed-off-by: Wang Xiaojun <wangxiaojun11@huawei.com>
Reported-by: Hulk Robot <hulkci@huawei.com>
Acked-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
[Replace -ENODEV with -EINVAL]

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_du_kms.c