This patch uses the introduced usbnet_link_change() to handle
link change.

Signed-off-by: Ming Lei <ming....@canonical.com>
---
 drivers/net/usb/mcs7830.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/net/usb/mcs7830.c b/drivers/net/usb/mcs7830.c
index e1c00e9..03832d3 100644
--- a/drivers/net/usb/mcs7830.c
+++ b/drivers/net/usb/mcs7830.c
@@ -576,10 +576,7 @@ static void mcs7830_status(struct usbnet *dev, struct urb 
*urb)
                 */
                if (data->link_counter > 20) {
                        data->link_counter = 0;
-                       if (link)
-                               netif_carrier_on(dev->net);
-                       else
-                               netif_carrier_off(dev->net);
+                       usbnet_link_change(dev, link, 0);
                        netdev_dbg(dev->net, "Link Status is: %d\n", link);
                }
        } else
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to