Hi all,
On Fri, 16 Apr 2021 12:40:44 +1000 Stephen Rothwell sfr@canb.auug.org.au wrote:
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-variable] 312 | struct pci_dev *rdev; | ^~~~
Introduced by commit
9597624ef606 ("nvme: put some AMD PCIE downstream NVME device to simple suspend/resume path")
I am still seeing this warning.
On Wed, Apr 21, 2021 at 2:40 AM Stephen Rothwell sfr@canb.auug.org.au wrote:
Hi all,
On Fri, 16 Apr 2021 12:40:44 +1000 Stephen Rothwell sfr@canb.auug.org.au wrote:
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-variable] 312 | struct pci_dev *rdev; | ^~~~
Introduced by commit
9597624ef606 ("nvme: put some AMD PCIE downstream NVME device to simple suspend/resume path")
I am still seeing this warning.
I no longer have that patch in my tree. Was this an old build?
Alex
-- Cheers, Stephen Rothwell
Hi Alex,
On Fri, 23 Apr 2021 16:36:50 -0400 Alex Deucher alexdeucher@gmail.com wrote:
On Wed, Apr 21, 2021 at 2:40 AM Stephen Rothwell sfr@canb.auug.org.au wrote:
On Fri, 16 Apr 2021 12:40:44 +1000 Stephen Rothwell sfr@canb.auug.org.au wrote:
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-variable] 312 | struct pci_dev *rdev; | ^~~~
Introduced by commit
9597624ef606 ("nvme: put some AMD PCIE downstream NVME device to simple suspend/resume path")
I am still seeing this warning.
I no longer have that patch in my tree. Was this an old build?
I guess my email crossed with the patch removal as I not longer get the warning. Thanks.
dri-devel@lists.freedesktop.org