dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/1] drm/panel: ili9341: Remove unused member from struct ili9341
@ 2025-05-19 13:33 Andy Shevchenko
  2025-05-20  7:19 ` Neil Armstrong
  2025-06-05  6:55 ` Neil Armstrong
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2025-05-19 13:33 UTC (permalink / raw)
  To: Abhishek Tamboli, Andy Shevchenko, dri-devel, linux-kernel
  Cc: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter

struct device *dev from struct ili9341 is not used anywhere, remove it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 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
index ff39f5dd4097..2b5bd83933e3 100644
--- a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c
+++ b/drivers/gpu/drm/panel/panel-ilitek-ili9341.c
@@ -173,7 +173,6 @@ struct ili9341_config {
 };
 
 struct ili9341 {
-	struct device *dev;
 	const struct ili9341_config *conf;
 	struct drm_panel panel;
 	struct gpio_desc *reset_gpio;
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] drm/panel: ili9341: Remove unused member from struct ili9341
  2025-05-19 13:33 [PATCH v1 1/1] drm/panel: ili9341: Remove unused member from struct ili9341 Andy Shevchenko
@ 2025-05-20  7:19 ` Neil Armstrong
  2025-06-05  6:55 ` Neil Armstrong
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2025-05-20  7:19 UTC (permalink / raw)
  To: Andy Shevchenko, Abhishek Tamboli, dri-devel, linux-kernel
  Cc: Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter

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 <andriy.shevchenko@linux.intel.com>
> ---
>   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
> index ff39f5dd4097..2b5bd83933e3 100644
> --- a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c
> +++ b/drivers/gpu/drm/panel/panel-ilitek-ili9341.c
> @@ -173,7 +173,6 @@ struct ili9341_config {
>   };
>   
>   struct ili9341 {
> -	struct device *dev;
>   	const struct ili9341_config *conf;
>   	struct drm_panel panel;
>   	struct gpio_desc *reset_gpio;

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] drm/panel: ili9341: Remove unused member from struct ili9341
  2025-05-19 13:33 [PATCH v1 1/1] drm/panel: ili9341: Remove unused member from struct ili9341 Andy Shevchenko
  2025-05-20  7:19 ` Neil Armstrong
@ 2025-06-05  6:55 ` Neil Armstrong
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2025-06-05  6:55 UTC (permalink / raw)
  To: Abhishek Tamboli, dri-devel, linux-kernel, Andy Shevchenko
  Cc: Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter

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
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/0f9c561a7a63ec0a7d69c227b090ee6defa45d35

-- 
Neil


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-06-05  6:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-19 13:33 [PATCH v1 1/1] drm/panel: ili9341: Remove unused member from struct ili9341 Andy Shevchenko
2025-05-20  7:19 ` Neil Armstrong
2025-06-05  6:55 ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).