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
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
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