From: Robert Foss <rfoss@xxxxxxxxxx> On Fri, 17 Mar 2023 20:23:21 -0400, Tom Rix wrote: > clang with W=1 reports > drivers/gpu/drm/bridge/sii9234.c:870:31: error: > unused function 'bridge_to_sii9234' [-Werror,-Wunused-function] > static inline struct sii9234 *bridge_to_sii9234(struct drm_bridge *bridge) > ^ > This static function is not used, so remove it. > > [...] Applied, thanks! Repo: https://cgit.freedesktop.org/drm/drm-misc/ [1/1] gpu: drm: bridge: sii9234: remove unused bridge_to_sii9234 function commit: 5327469ec4c07977e1d824badadd2628fcd04e85 Rob