]> git.baikalelectronics.ru Git - kernel.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)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Oct 2021 12:08:13 +0000 (13:08 +0100)
commit7fbe17961787803712f5d8fee55e434d82fab1ca
tree42091fbff676a061dc2be9df4817b820aea893fd
parentc927a63bbb2766bd8ac9bc0d9581bc12cb227d24
net: sfp: Fix typo in state machine debug string

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

Fixes: c09d44c8dc4d ("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>
drivers/net/phy/sfp.c