../drivers/net/usb/ax88172a.c:312:20: warning: format specifies type 'unsigned char' but the argument has type 'u16' (aka 'unsigned short') [-Wformat] 311 | snprintf(priv->phy_name, 20, PHY_ID_FMT, | ~~~~~~~~~~ 312 | priv->mdio->id, priv->phy_addr); | ^~~~~~~~~~~~~~ 1 warning generated. ../drivers/net/usb/ax88172a.c:315:20: warning: format specifies type 'unsigned char' but the argument has type 'u16' (aka 'unsigned short') [-Wformat] 314 | snprintf(priv->phy_name, sizeof(priv->phy_name), PHY_ID_FMT, | ~~~~~~~~~~ 315 | priv->mdio->id, priv->phy_addr); | ^~~~~~~~~~~~~~ 1 warning generated.