Re: [PATCH v1 1/1] drm/panel: ili9341: Remove unused member from struct ili9341

2025-06-04 Thread Neil Armstrong
Hi, On Mon, 19 May 2025 16:33:45 +0300, Andy Shevchenko wrote: > struct device *dev from struct ili9341 is not used anywhere, remove it. > > Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next) [1/1] drm/panel: ili9341: Remove unused member from struct ili9341

Re: [PATCH v1 1/1] drm/panel: ili9341: Remove unused member from struct ili9341

2025-05-20 Thread Neil Armstrong
On 19/05/2025 15:33, Andy Shevchenko wrote: struct device *dev from struct ili9341 is not used anywhere, remove it. Signed-off-by: Andy Shevchenko --- drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c

[PATCH v1 1/1] drm/panel: ili9341: Remove unused member from struct ili9341

2025-05-19 Thread Andy Shevchenko
struct device *dev from struct ili9341 is not used anywhere, remove it. Signed-off-by: Andy Shevchenko --- drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c b/drivers/gpu/drm/panel/panel-ilitek-ili9341.c