commit | 717ff727faa05958633e4e786f5b092c4bcf58e7 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sat Feb 16 11:20:03 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 18 12:45:52 2013 -0500 |
tree | 76a21c6247b7d29055f6ed3a48eeb7355851c220 | |
parent | 885d29941435e16dea6a52e42bbb3c8b87676bd8 [diff] |
tg3: Remove define and single use of GET_CHIP_REV_ID It's the same value as tp->pci_chip_rev_id so use that instead. This makes all CHIPREV_ID_<foo> tests the same. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>