Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 809aaaae authored by Brandon Philips's avatar Brandon Philips Committed by Jiri Kosina
Browse files

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: default avatarBrandon Philips <bphilips@suse.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fbfecd37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))