Re: [PATCH] drm/panel: p079zca: unconditionally remove the panel on removal

2018-09-27 Thread Thierry Reding
On Thu, Aug 16, 2018 at 04:09:20PM +0200, Heiko Stuebner wrote: > There is no need to check innolux->base.dev when trying to remove > the panel, as that variable is always set directly before the panel > gets added and will still be available on panel_remove. > > Signed-off-by: Heiko Stuebner > -

Re: [PATCH] drm/panel: p079zca: unconditionally remove the panel on removal

2018-08-16 Thread Philipp Zabel
On Thu, 2018-08-16 at 16:09 +0200, Heiko Stuebner wrote: > There is no need to check innolux->base.dev when trying to remove > the panel, as that variable is always set directly before the panel > gets added and will still be available on panel_remove. > > Signed-off-by: Heiko Stuebner > --- > d

[PATCH] drm/panel: p079zca: unconditionally remove the panel on removal

2018-08-16 Thread Heiko Stuebner
There is no need to check innolux->base.dev when trying to remove the panel, as that variable is always set directly before the panel gets added and will still be available on panel_remove. Signed-off-by: Heiko Stuebner --- drivers/gpu/drm/panel/panel-innolux-p079zca.c | 3 +-- 1 file changed, 1