Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755051AbdDEAlS (ORCPT ); Tue, 4 Apr 2017 20:41:18 -0400 Received: from ozlabs.org ([103.22.144.67]:60535 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754895AbdDEAlQ (ORCPT ); Tue, 4 Apr 2017 20:41:16 -0400 Date: Wed, 5 Apr 2017 10:41:13 +1000 From: Stephen Rothwell To: Daniel Vetter , Intel Graphics , DRI Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Neil Armstrong Subject: linux-next: build warning after merge of the drm-misc tree Message-ID: <20170405104113.051b731c@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 450 Lines: 16 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