summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/nxp-cbtx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/phy/nxp-cbtx.c')
-rw-r--r--drivers/net/phy/nxp-cbtx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/nxp-cbtx.c b/drivers/net/phy/nxp-cbtx.c
index 145703f0a406..3d25491043a3 100644
--- a/drivers/net/phy/nxp-cbtx.c
+++ b/drivers/net/phy/nxp-cbtx.c
@@ -182,7 +182,7 @@ static int cbtx_get_sset_count(struct phy_device *phydev)
static void cbtx_get_strings(struct phy_device *phydev, u8 *data)
{
- strncpy(data, "100btx_rx_err", ETH_GSTRING_LEN);
+ ethtool_puts(&data, "100btx_rx_err");
}
static void cbtx_get_stats(struct phy_device *phydev,