Re: [PATCH] drm/kmb: Fix possible oops in probe error handling

2020-11-20 Thread Dan Carpenter
Daniel Vetter ; Sam Ravnborg ; dri- > > de...@lists.freedesktop.org; kernel-janit...@vger.kernel.org > > Subject: [PATCH] drm/kmb: Fix possible oops in probe error handling > > > > If kmb_dsi_init() fails the error handling will dereference an error > > pointer which

RE: [PATCH] drm/kmb: Fix possible oops in probe error handling

2020-11-19 Thread Chrisanthus, Anitha
Subject: [PATCH] drm/kmb: Fix possible oops in probe error handling > > If kmb_dsi_init() fails the error handling will dereference an error > pointer which will cause an Oops. > > Fixes: 7f7b96a8a0a1 ("drm/kmb: Add support for KeemBay Display") > Signed-off-by: Dan C

[PATCH] drm/kmb: Fix possible oops in probe error handling

2020-11-16 Thread Dan Carpenter
If kmb_dsi_init() fails the error handling will dereference an error pointer which will cause an Oops. Fixes: 7f7b96a8a0a1 ("drm/kmb: Add support for KeemBay Display") Signed-off-by: Dan Carpenter --- drivers/gpu/drm/kmb/kmb_drv.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff