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=-5.8 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 C688DC433B4 for ; Fri, 16 Apr 2021 02:40:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 903AF611AC for ; Fri, 16 Apr 2021 02:40:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234894AbhDPClL (ORCPT ); Thu, 15 Apr 2021 22:41:11 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:48141 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234548AbhDPClK (ORCPT ); Thu, 15 Apr 2021 22:41:10 -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 4FM0nT35z7z9sSC; Fri, 16 Apr 2021 12:40:45 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1618540845; bh=OwZiIABFu7AJlIJwLYAVUQTyUXxkqTtZCX8S19sU4h8=; h=Date:From:To:Cc:Subject:From; b=LfiBsVKVrv2MJWMn0fKIiphzrlxfYUmPWVfPmfwkAKTP40lG5yZaMBD2eJ5uuz0mU Ubi7LRskPM2nEKgurh8g6sdqNLGWKaDfk6JchCxyi2cYgRyAqsZqZ4DNXMsZET/ptC vKDsHJP25i/2IFtZPLDu5/TcRik9dc7/58icilxe5ptcS3Xx8NRFcavziIexkaEFLs gefLAip1/pU/s0WVAb5pOetILnGXhmFZAMDxu2XytEJuRfIi8l7BruDCpJc/LZwk6j qdiiS/JlNakOU7mOtYQE0isakyutZYi4v+UFabNWnPvOh1XibQTxXE8qwVRz17PA3Q 9j6zLky23dGCQ== Date: Fri, 16 Apr 2021 12:40:44 +1000 From: Stephen Rothwell To: Alex Deucher Cc: Prike Liang , Shyam Sundar S K , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build warning after merge of the amdgpu tree Message-ID: <20210416124044.53d4beee@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/HtVi6+vP_cKBfTqVPR61JVi"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/HtVi6+vP_cKBfTqVPR61JVi Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the amdgpu tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: drivers/pci/quirks.c: In function 'quirk_amd_nvme_fixup': drivers/pci/quirks.c:312:18: warning: unused variable 'rdev' [-Wunused-vari= able] 312 | struct pci_dev *rdev; | ^~~~ Introduced by commit 9597624ef606 ("nvme: put some AMD PCIE downstream NVME device to simple s= uspend/resume path") --=20 Cheers, Stephen Rothwell --Sig_/HtVi6+vP_cKBfTqVPR61JVi Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmB4+SwACgkQAVBC80lX 0GwW6Af+P7F0mElELCManZPeB/IsOmGPLRkWHmfDQp5aWzWdX1Sclu1t8KbGrWN3 Bsz0c1aPaEriQGTk2whvpPy9eIYUHfHNOFMAqRvh94Y3SZrKUgNuS0aDMgPJA3Xq iRaElxc6NbaoZFiUSHGV3QYNf1SVrbHX7k8DhGDEUyLIS3RN52Z3b4nsgPEPgtfH 7F3Zr1D8rEMKuAie+FgFKEi4UBPumSrIiiD6u0kTsSRTy3qMbiK/EjGmdJV2oFPS 9U8h8flG9oaxzInzHN6qhx9kuCA0uvT9EMXJvmv2h8eIKl2v5kqkymb1DVPcwXaD AnGC2PCwYtrN+k5pr7hOqzFqZn3zAg== =cfmR -----END PGP SIGNATURE----- --Sig_/HtVi6+vP_cKBfTqVPR61JVi--