Re: [PATCH] drm/panel: check failure cases in the probe func

2019-07-24 Thread Sam Ravnborg
Hi Navid. Thanks for your patch. On Wed, Jul 24, 2019 at 09:48:44AM -0500, Navid Emamdoost wrote: > The following function calls may fail and return NULL, so the null check > is added. > of_graph_get_next_endpoint > of_graph_get_remote_port_parent > of_graph_get_remote_port > > Signed-off-by: Na

[PATCH] drm/panel: check failure cases in the probe func

2019-07-24 Thread Navid Emamdoost
The following function calls may fail and return NULL, so the null check is added. of_graph_get_next_endpoint of_graph_get_remote_port_parent of_graph_get_remote_port Signed-off-by: Navid Emamdoost --- drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 9 + 1 file changed, 9 inserti