ice: Remove redundant zeroing of the fields.
authorPawel Chmielewski <pawel.chmielewski@intel.com>
Wed, 25 Oct 2023 21:41:56 +0000 (14:41 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Oct 2023 03:32:39 +0000 (20:32 -0700)
Remove zeroing of the fields, as all the fields are in fact initialized
with zeros automatically

Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Pawel Chmielewski <pawel.chmielewski@intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paul Greenwalt <paul.greenwalt@intel.com>
Tested-by: Tony Brelinski <tony.brelinski@intel.com>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://lore.kernel.org/r/20231025214157.1222758-6-jacob.e.keller@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/ice/ice_main.c

index da10f35d35a87761c9660de6abab472c61f9b337..57941c5de26c34e982add63e1777613966a380f7 100644 (file)
@@ -5585,34 +5585,34 @@ static void ice_pci_err_reset_done(struct pci_dev *pdev)
  *   Class, Class Mask, private data (not used) }
  */
 static const struct pci_device_id ice_pci_tbl[] = {
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810C_BACKPLANE), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810C_QSFP), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810C_SFP), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810_XXV_BACKPLANE), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810_XXV_QSFP), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810_XXV_SFP), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823C_BACKPLANE), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823C_QSFP), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823C_SFP), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823C_10G_BASE_T), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823C_SGMII), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822C_BACKPLANE), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822C_QSFP), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822C_SFP), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822C_10G_BASE_T), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822C_SGMII), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822L_BACKPLANE), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822L_SFP), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822L_10G_BASE_T), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822L_SGMII), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_BACKPLANE), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_SFP), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_10G_BASE_T), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_1GBE), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_QSFP), 0 },
-       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822_SI_DFLT), 0 },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810C_BACKPLANE) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810C_QSFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810C_SFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810_XXV_BACKPLANE) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810_XXV_QSFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E810_XXV_SFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823C_BACKPLANE) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823C_QSFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823C_SFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823C_10G_BASE_T) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823C_SGMII) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822C_BACKPLANE) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822C_QSFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822C_SFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822C_10G_BASE_T) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822C_SGMII) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822L_BACKPLANE) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822L_SFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822L_10G_BASE_T) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822L_SGMII) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_BACKPLANE) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_SFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_10G_BASE_T) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_1GBE) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_QSFP) },
+       { PCI_VDEVICE(INTEL, ICE_DEV_ID_E822_SI_DFLT) },
        /* required last entry */
-       { 0, }
+       {}
 };
 MODULE_DEVICE_TABLE(pci, ice_pci_tbl);