]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit72c8098ddd7e669f3644967bc438ed28cd090000
tree95ea19611b18619ad72d75d68174e97807bc4f6b
parent5a2521673a9687797ab619d4c6ee0acd67139655
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