Link status poll function is already controlled by open/stop functions,
so we don't need to do it on init.

This eliminates a redundant xaui link status notification when the module
is loaded.

Signed-off-by: Aaro Koskinen <aaro.koski...@nokia.com>
---
 drivers/staging/octeon/ethernet-xaui.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/octeon/ethernet-xaui.c 
b/drivers/staging/octeon/ethernet-xaui.c
index 4b47bcf..9097edf 100644
--- a/drivers/staging/octeon/ethernet-xaui.c
+++ b/drivers/staging/octeon/ethernet-xaui.c
@@ -32,11 +32,7 @@ int cvm_oct_xaui_open(struct net_device *dev)
 
 int cvm_oct_xaui_init(struct net_device *dev)
 {
-       struct octeon_ethernet *priv = netdev_priv(dev);
-
        cvm_oct_common_init(dev);
-       if (!octeon_is_simulation() && priv->phydev == NULL)
-               priv->poll = cvm_oct_link_poll;
 
        return 0;
 }
-- 
2.4.3

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to