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-variable] 312 | struct pci_dev *rdev; | ^~~~ Introduced by commit 9597624ef606 ("nvme: put some AMD PCIE downstream NVME device to simple suspend/resume path") -- Cheers, Stephen Rothwell