]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: sfp: Fix typo in state machine debug string
authorSean Anderson <sean.anderson@seco.com>
Mon, 4 Oct 2021 21:50:02 +0000 (17:50 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Oct 2021 08:10:52 +0000 (10:10 +0200)
commit7308e2f2b5c9cd7d665c6f42b0c890c64e9e27cf
treea2ff4247565298b0b952b873d57ba3dd6dc3a73c
parent198d4e60e932f59bc8555afb015b90e8c898ac1b
net: sfp: Fix typo in state machine debug string

[ Upstream commit 25a9da6641f1f66006e93ddbefee13a437efa8c0 ]

The string should be "tx_disable" to match the state enum.

Fixes: 4005a7cb4f55 ("net: phy: sftp: print debug message with text, not numbers")
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/phy/sfp.c