From: Brandon Philips Date: Fri, 30 Oct 2009 00:01:49 +0000 (-0700) Subject: sky2: fix sky2_link_down copy/paste comment error X-Git-Tag: v2.6.33-rc1~342^2^2~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=809aaaae162e58696c61e1d0c156cfe16bd309e2;p=karo-tx-linux.git sky2: fix sky2_link_down copy/paste comment error Fix copy/paste comment error from sky2_link_up to sky2_link_down. Signed-off-by: Brandon Philips Signed-off-by: Jiri Kosina --- diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index 6a10d7ba5877..a76cd66c2282 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c @@ -1975,7 +1975,7 @@ static void sky2_link_down(struct sky2_port *sky2) netif_carrier_off(sky2->netdev); - /* Turn on link LED */ + /* Turn off link LED */ sky2_write8(hw, SK_REG(port, LNK_LED_REG), LINKLED_OFF); if (netif_msg_link(sky2))