summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-12-15 14:15:31 +0100
committerDavid S. Miller <davem@davemloft.net>2023-12-17 20:10:07 +0000
commitebb30ccbbdbd6fae5177b676da4f4ac92bb4f635 (patch)
tree589899bff7f983c43c68480fffde400c21dc864a /drivers/net/phy/phy_device.c
parentdd7842878633453e38d6a4927593dd28b9d8ab91 (diff)
net: phy: make addr type u8 in phy_package_shared struct
Switch addr type in phy_package_shared struct to u8. The value is already checked to be non negative and to be less than PHY_MAX_ADDR, hence u8 is better suited than using int. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/phy_device.c')
0 files changed, 0 insertions, 0 deletions