dect
/
linux-2.6
Archived
13
0
Fork 0

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 <bphilips@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Brandon Philips 2009-10-29 17:01:49 -07:00 committed by Jiri Kosina
parent fbfecd3712
commit 809aaaae16
1 changed files with 1 additions and 1 deletions

View File

@ -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))