2022-08-29 13:35:17

by Maxime Ripard

[permalink] [raw]
Subject: [PATCH v2 37/41] drm/sun4i: tv: Remove useless function

The drm_connector_to_sun4i_tv() function isn't used anywhere in the driver,

so let's remove it.



Signed-off-by: Maxime Ripard <[email protected]>



diff --git a/drivers/gpu/drm/sun4i/sun4i_tv.c b/drivers/gpu/drm/sun4i/sun4i_tv.c

index 3944da9a3c34..52bbba8f19dc 100644

--- a/drivers/gpu/drm/sun4i/sun4i_tv.c

+++ b/drivers/gpu/drm/sun4i/sun4i_tv.c

@@ -275,13 +275,6 @@ drm_encoder_to_sun4i_tv(struct drm_encoder *encoder)

encoder);

}



-static inline struct sun4i_tv *

-drm_connector_to_sun4i_tv(struct drm_connector *connector)

-{

- return container_of(connector, struct sun4i_tv,

- connector);

-}

-

/*

* FIXME: If only the drm_display_mode private field was usable, this

* could go away...



--

b4 0.10.0-dev-65ba7


2022-09-06 20:31:20

by Jernej Škrabec

[permalink] [raw]
Subject: Re: [PATCH v2 37/41] drm/sun4i: tv: Remove useless function

Dne ponedeljek, 29. avgust 2022 ob 15:11:51 CEST je Maxime Ripard napisal(a):
> The drm_connector_to_sun4i_tv() function isn't used anywhere in the driver,
> so let's remove it.
>
> Signed-off-by: Maxime Ripard <[email protected]>

Acked-by: Jernej Skrabec <[email protected]>

Best regards,
Jernej


2022-09-07 09:38:59

by Maxime Ripard

[permalink] [raw]
Subject: Re: (subset) [PATCH v2 37/41] drm/sun4i: tv: Remove useless function

On Mon, 29 Aug 2022 15:11:51 +0200, Maxime Ripard wrote:
> The drm_connector_to_sun4i_tv() function isn't used anywhere in the driver,
> so let's remove it.
>
>

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime