Skip to content

Commit

Permalink
sky2: fix sky2_link_down copy/paste comment error
Browse files Browse the repository at this point in the history
Fix copy/paste comment error from sky2_link_up to sky2_link_down.

Signed-off-by: Brandon Philips <bphilips@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Brandon Philips authored and Jiri Kosina committed Dec 4, 2009
1 parent fbfecd3 commit 809aaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 809aaaa

Please sign in to comment.