mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
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:
parent
fbfecd3712
commit
809aaaae16
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue