OSDN Git Service

stmmac: intel: Drop duplicate ID in the list of PCI device IDs
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 6 Apr 2021 10:13:06 +0000 (13:13 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Apr 2021 23:31:18 +0000 (16:31 -0700)
commit3036ec035c4dc7e88439a61f5a714cc3988ab4cf
tree313a7c1845285b793161e2d904e824b413c00e31
parentbe107538c5296fb888938ec3a32da21bb1733655
stmmac: intel: Drop duplicate ID in the list of PCI device IDs

The PCI device IDs are defined with a prefix PCI_DEVICE_ID.
There is no need to repeat the ID part at the end of each definition.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Wong Vee Khee <vee.khee.wong@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c