diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2018-04-17 23:32:15 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-18 21:11:59 -0400 |
commit | 90b989c5532190c6b30a0a2c6dc38beae6578b9c (patch) | |
tree | 5371099ea7577d67014ae12086b90f8f0581c3ab /drivers/acpi/bus.c | |
parent | 2d6c5a61fad6c0f0092a333188ded27416471c5e (diff) | |
download | linux-90b989c5532190c6b30a0a2c6dc38beae6578b9c.tar.bz2 |
r8169: improve rtl8169_get_mac_version
Certain entries in array mac_info[] are redundant, so remove them:
0x7cf, 0x2c200000 (VER 33): matched by entry 0x7c8, 0x2c000000
0x7cf, 0x28300000 (VER 26): matched by entry 0x7c8, 0x28000000
0x7cf, 0x3cb00000 (VER 24): matched by entry 0x7c8, 0x3c800000
0x7cf, 0x3c400000 (VER 22): matched by entry 0x7c8, 0x3c000000
0x7cf, 0x38500000 (VER 17): matched by entry 0x7c8, 0x38000000
0x7cf, 0x44900000 (VER 39): matched by entry 0x7c8, 0x44800000
0x7cf, 0x40b00000 (VER 30): matched by entry 0x7c8, 0x40800000
0x7cf, 0x40a00000 (VER 30): matched by entry 0x7c8, 0x40800000
0x7cf, 0x34a00000 (VER 09): matched by entry 0x7c8, 0x34800000
0x7cf, 0x24a00000 (VER 09): matched by entry 0x7c8, 0x24800000
In addition don't mask out bits 30 and 29 when printing the XID.
Most likely this is a relict from the times when the driver covered
RTL8169 chip version only.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/acpi/bus.c')
0 files changed, 0 insertions, 0 deletions