Commit 476bac56 authored by Andy Shevchenko's avatar Andy Shevchenko
Browse files

platform/x86: intel_pmc_core: Remove unnecessary assignments



There is no need to assign NULL or 0 in the static structures explicitly.

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent b1cb33da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -822,8 +822,8 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
MODULE_DEVICE_TABLE(x86cpu, intel_pmc_core_ids);

static const struct pci_device_id pmc_pci_ids[] = {
	{ PCI_VDEVICE(INTEL, SPT_PMC_PCI_DEVICE_ID), 0},
	{ 0, }
	{ PCI_VDEVICE(INTEL, SPT_PMC_PCI_DEVICE_ID) },
	{ }
};

/*