From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1EE8C55178 for ; Thu, 5 Nov 2020 16:38:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 986C62074B for ; Thu, 5 Nov 2020 16:38:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731403AbgKEQil (ORCPT ); Thu, 5 Nov 2020 11:38:41 -0500 Received: from asavdk3.altibox.net ([109.247.116.14]:41310 "EHLO asavdk3.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731259AbgKEQil (ORCPT ); Thu, 5 Nov 2020 11:38:41 -0500 Received: from ravnborg.org (unknown [188.228.123.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk3.altibox.net (Postfix) with ESMTPS id D181420068; Thu, 5 Nov 2020 17:38:33 +0100 (CET) Date: Thu, 5 Nov 2020 17:38:31 +0100 From: Sam Ravnborg To: Lee Jones Cc: linux-kernel@vger.kernel.org, Alex Deucher , amd-gfx@lists.freedesktop.org, Andrzej Hajda , Christian Koenig , Daniel Vetter , David Airlie , David Francis , dri-devel@lists.freedesktop.org, Fabio Estevam , Gareth Hughes , Huang Rui , Jason Yan , Jernej Skrabec , Jingoo Han , Jonas Karlman , Laurent Pinchart , linaro-mm-sig@lists.linaro.org, Linus Walleij , linux-media@vger.kernel.org, linux-tegra@vger.kernel.org, Lyude Paul , Neil Armstrong , Nirmoy Das , NXP Linux Team , Pengutronix Kernel Team , Philipp Zabel , Rob Clark , Sascha Hauer , Shawn Guo , Sumit Semwal , Thierry Reding , Tomi Valkeinen Subject: Re: [PATCH 00/19] [Set 1] Rid W=1 warnings from GPU Message-ID: <20201105163831.GA86540@ravnborg.org> References: <20201105144517.1826692-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201105144517.1826692-1-lee.jones@linaro.org> X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=VbvZwmh9 c=1 sm=1 tr=0 a=S6zTFyMACwkrwXSdXUNehg==:117 a=S6zTFyMACwkrwXSdXUNehg==:17 a=kj9zAlcOel0A:10 a=AZguWiFxckorV0VyCPwA:9 a=CjuIK1q_8ugA:10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Lee. On Thu, Nov 05, 2020 at 02:44:58PM +0000, Lee Jones wrote: > This set is part of a larger effort attempting to clean-up W=1 > kernel builds, which are currently overwhelmingly riddled with > niggly little warnings. Thanks for looking into this. > There are 5000 warnings to work through. > > It will take a couple more sets. :-) > gpu: drm: panel: panel-simple: Fix 'struct panel_desc's header I have a patch here that inline the comments - and fix the warning as a side effect. I will get it posted tonight as this is better. > gpu: drm: bridge: analogix: analogix_dp_reg: Remove unused function > 'analogix_dp_write_byte_to_dpcd' When I looked at his I had another unused function after removing the first. > gpu: drm: panel: panel-ilitek-ili9322: Demote non-conformant > kernel-doc header Agree on this simple approch, will apply. > gpu: drm: bridge: analogix: analogix_dp_reg: Remove unused function > 'analogix_dp_start_aux_transaction' OK, this was the one I referred to above. They should be squashed into one patch. Sam