e1000e: check_polarity function pointers not set for 8257x
authorBruce Allan <bruce.w.allan@intel.com>
Wed, 2 Dec 2009 17:02:14 +0000 (17:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2009 03:57:16 +0000 (19:57 -0800)
commit94e5b651595a8eb77665787f7559a6a7c916c195
tree95ea19611b18619ad72d75d68174e97807bc4f6b
parentc81c2d95449cd218c2022ce6014c52fef1eb1f66
e1000e: check_polarity function pointers not set for 8257x

The function pointers for 8257x devices are not set.  This is not really a
problem now because there is nothing in the driver that references the
pointers for this particular MAC-family (the appropriate functions are
called directly), but the pointers should be set in case they are used in
the future.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e1000e/82571.c
drivers/net/e1000e/es2lan.c