Re: [PATCH] PCI: Always initialize dev in pciconfig_read

From: Krzysztof Wilczyński
Date: Tue Aug 03 2021 - 19:10:03 EST


Hi Nathan,

> drivers/pci/syscall.c:18:21: note: initialize the variable 'dev' to
> silence this warning
> struct pci_dev *dev;
> ^
> = NULL
[...]

Nice catch! Thank you for fixing and sorry that I miss this one!

Krzysztof