PCI: Remove unnecessary initializations
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 6 Oct 2020 21:54:39 +0000 (16:54 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 25 Aug 2023 13:15:04 +0000 (08:15 -0500)
commita49287d32d57b1bae7d53c2e6fba1b729e782568
tree33f424bd17fd0d3f3ec9b4bda685b91ae1639f08
parentecfea5dfca147a14c47539014ca24a80a469e08f
PCI: Remove unnecessary initializations

We always assign "fields" immediately, so remove the unnecessary
initializations.  No functional change intended.

Link: https://lore.kernel.org/r/20230824193712.542167-4-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/pci/pci-driver.c