2017-04-05 00:41:18

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the drm-misc tree

Hi all,

After merging the drm-misc tree, today's linux-next build
(arm_multi_v7_defconfig) produced this warning:

drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:608:13: warning: 'hdmi_bus_fmt_is_yuv420' defined but not used [-Wunused-function]
static bool hdmi_bus_fmt_is_yuv420(unsigned int bus_format)
^

Introduced by commit

def23aa7e982 ("drm: bridge: dw-hdmi: Switch to V4L bus format and encodings")

--
Cheers,
Stephen Rothwell


2017-04-05 07:26:08

by Neil Armstrong

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm-misc tree

On 04/05/2017 02:41 AM, Stephen Rothwell wrote:
> Hi all,
>
> After merging the drm-misc tree, today's linux-next build
> (arm_multi_v7_defconfig) produced this warning:
>
> drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:608:13: warning: 'hdmi_bus_fmt_is_yuv420' defined but not used [-Wunused-function]
> static bool hdmi_bus_fmt_is_yuv420(unsigned int bus_format)
> ^
>
> Introduced by commit
>
> def23aa7e982 ("drm: bridge: dw-hdmi: Switch to V4L bus format and encodings")
>

Hi,

I'm preparing a fix for that, sorry for the noise.

Thanks,
Neil