Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1616474 > unrolled thread

linux-next: build warning after merge of the drm-misc tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-04-05 02:50 +0200
Last post2017-04-05 09:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build warning after merge of the drm-misc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-04-05 02:50 +0200
    Re: linux-next: build warning after merge of the drm-misc tree Neil Armstrong <narmstrong@baylibre.com> - 2017-04-05 09:30 +0200

#1616474 — linux-next: build warning after merge of the drm-misc tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-04-05 02:50 +0200
Subjectlinux-next: build warning after merge of the drm-misc tree
Message-ID<tsHj3-3Oe-1@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1616652

FromNeil Armstrong <narmstrong@baylibre.com>
Date2017-04-05 09:30 +0200
Message-ID<tsNya-82s-17@gated-at.bofh.it>
In reply to#1616474
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web