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=-8.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 0A357C433E2 for ; Tue, 15 Sep 2020 00:02:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB9FB216C4 for ; Tue, 15 Sep 2020 00:02:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600128124; bh=aDtVpbNbbuicIiX3Coqdnk0nSk8LgHP0iQgY2aJiAKg=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=z30lk/j84taxUXJdb5FHkOFcQMkFcBbvX3c3vt6Pjf3spdQ/3jq/YKrocVbJrOrha oC+GjsOLSIEyo6YaCpc0RNoinSylUaJHJnCuwXBvt5XXSYIopG/hBKVKzzYVZ90T5w bIf3UQ2i2NGfLs8YAKszlcHeVwJbza9OaniwIqq8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726066AbgIOAB7 (ORCPT ); Mon, 14 Sep 2020 20:01:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:52264 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726045AbgIOAB7 (ORCPT ); Mon, 14 Sep 2020 20:01:59 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E5A9720829; Tue, 15 Sep 2020 00:01:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600128118; bh=aDtVpbNbbuicIiX3Coqdnk0nSk8LgHP0iQgY2aJiAKg=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=jxw/TupX0o/bxM+BFImHj3AYgjkwRrhgfN4QNxrlO0/2vP3Y2+qTlBqKSsT/mGNt+ Nn2TvfgA1BdnQGrLZiqOBBH2ULH7qVuChk6hhqYaTkE0meClo06iCZOLwzTp0H0C1r 8Ko8S1tUiav57sb8GyidbjFjEt0WJXhohKvcYwCA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20200911153441.GA18190@kozik-lap> References: <20200902150348.14465-1-krzk@kernel.org> <20200902163558.GA4137028@piout.net> <20200911153441.GA18190@kozik-lap> Subject: Re: [PATCH 01/10] clk: at91: Drop unused at91sam9g45_pcr_layout From: Stephen Boyd Cc: Michael Turquette , Alexandre Belloni , Nicolas Ferre , Ludovic Desroches , David Lechner , Sekhar Nori , Santosh Shilimkar , Neil Armstrong , Jerome Brunet , Kevin Hilman , Martin Blumenstingl , Andy Gross , Bjorn Andersson , Maxime Ripard , Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-msm@vger.kernel.org To: Krzysztof Kozlowski Date: Mon, 14 Sep 2020 17:01:56 -0700 Message-ID: <160012811662.4188128.10109140799333292326@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Krzysztof Kozlowski (2020-09-11 08:34:41) > On Wed, Sep 02, 2020 at 06:35:58PM +0200, Alexandre Belloni wrote: > > On 02/09/2020 17:03:39+0200, Krzysztof Kozlowski wrote: > > > The at91sam9g45_pcr_layout is not used so drop it to fix build warnin= g: > > >=20 > > > drivers/clk/at91/at91sam9g45.c:49:36: warning: > > > 'at91sam9g45_pcr_layout' defined but not used [-Wunused-const-var= iable=3D] > > >=20 > > > Signed-off-by: Krzysztof Kozlowski > > Acked-by: Alexandre Belloni > >=20 > > > --- > > > drivers/clk/at91/at91sam9g45.c | 7 ------- > > > 1 file changed, 7 deletions(-) > > >=20 >=20 > Hi Stephen, >=20 > If the dev_err_probe() waits/skips/goes to /dev/null, then how about the > fixes in the series? This patch and few other? Yes if dev_err_probe() is superseded by Rob's work then the fixes should be fine to pick up. Can you resend the fixes?