Re: [PATCH 2/2] drm/vc4: hdmi: Remove unused struct

2021-07-28 Thread Maxime Ripard
On Wed, Jul 28, 2021 at 12:01:34PM +0100, Dave Stevenson wrote: > On Wed, 7 Jul 2021 at 10:36, Maxime Ripard wrote: > > > > Commit 91e99e113929 ("drm/vc4: hdmi: Register HDMI codec") removed the > > references to the vc4_hdmi_audio_component_drv structure, but not the > > structure itself resultin

Re: [PATCH 2/2] drm/vc4: hdmi: Remove unused struct

2021-07-28 Thread Dave Stevenson
On Wed, 7 Jul 2021 at 10:36, Maxime Ripard wrote: > > Commit 91e99e113929 ("drm/vc4: hdmi: Register HDMI codec") removed the > references to the vc4_hdmi_audio_component_drv structure, but not the > structure itself resulting in a warning. Remove it. > > Fixes: 91e99e113929 ("drm/vc4: hdmi: Regist

[PATCH 2/2] drm/vc4: hdmi: Remove unused struct

2021-07-07 Thread Maxime Ripard
Commit 91e99e113929 ("drm/vc4: hdmi: Register HDMI codec") removed the references to the vc4_hdmi_audio_component_drv structure, but not the structure itself resulting in a warning. Remove it. Fixes: 91e99e113929 ("drm/vc4: hdmi: Register HDMI codec") Reported-by: kernel test robot Signed-off-by: