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.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 27194C6369E for ; Tue, 27 Oct 2020 00:46:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E805420747 for ; Tue, 27 Oct 2020 00:46:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="jpCDUsq6" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2409216AbgJ0AoD (ORCPT ); Mon, 26 Oct 2020 20:44:03 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:47957 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2442566AbgJ0Aem (ORCPT ); Mon, 26 Oct 2020 20:34:42 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4CKt4v2kZvz9sSG; Tue, 27 Oct 2020 11:34:39 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1603758880; bh=SRySHku4bay8aCqf4SMpVi84fnl72EAVPJmYnNBY3KQ=; h=Date:From:To:Cc:Subject:From; b=jpCDUsq64lC0G2rZoqvcUJB0m20qdFzfn0CGbCnUPPaODwgtDd54DxoGMj5rpzDPf R4yCF2UTor1AJuf3kKBI1viQBCuMf5LpCFuguH6G88Ay1RDf6vom9HeHhaIeDH8Nxm lAnKTqsnFLYfC1A5RUo84LpQ+vkK2JX2bHPP8I2aBcz9qC2RWPcaDWy+MCzXoTZrJb bJ5FfBXy5XucGZELryRZsKbgsDTZriUvEFT4ZXXS2z5nv15/jXMmBwcS+/KQytTGOV geSPjsHpaWbc84JewxVVNdAqyHtha4kodShxy/74KRYYsxj88UZSGS/9cmIE/j5Fl4 7hsUQsTbCEckQ== Date: Tue, 27 Oct 2020 11:34:37 +1100 From: Stephen Rothwell To: Daniel Lezcano , Zhang Rui Cc: Bernard Zhao , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build warning after merge of the thermal tree Message-ID: <20201027113437.76d3fe13@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/O5hGGn8xF_ACoz0Qm=9YUt."; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/O5hGGn8xF_ACoz0Qm=9YUt. Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the thermal tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/thermal/gov_power_allocator.c: In function 'power_allocator_unbind': drivers/thermal/gov_power_allocator.c:587:33: warning: unused variable 'par= ams' [-Wunused-variable] 587 | struct power_allocator_params *params =3D tz->governor_data; | ^~~~~~ Introduced by commit ee7e92c62370 ("drivers/thermal: Remove unnecessary structure members allo= cated_tzp") --=20 Cheers, Stephen Rothwell --Sig_/O5hGGn8xF_ACoz0Qm=9YUt. Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl+Xax4ACgkQAVBC80lX 0GxbEAf/S7kZZamTQDN52XayZnrBvijAeOHo8am8t++ND+skIzyezGLZYid9lgQz AVlJvOt5l5uNK5lOVmsaZPEg21N0FVjZTAZOMve3AbjUqR5J5rOi/ZFZtSyTOOfL p8WwYxOmu13QAsDeMHs3hcMDTze+2ddelXa6sUvUIgEabfwmwAH2dbvp/TVgeBE1 UVWoT0kz37eh+zDEyy+/6P7vOLwNv3BoZWGaFTBxCapxCmvX4oIWQ7KxAGv0Bciz uT94BxO4AtzPm/goPgUzLC9lT6lca/lQAwYe9qLpAZFndc6YTbLlEB2h3qx4zLDo L9aX3CvT9YIet5moDl97Hjezx4fyKw== =Ltqu -----END PGP SIGNATURE----- --Sig_/O5hGGn8xF_ACoz0Qm=9YUt.--