]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: phy: fixed_phy: shrink size of struct fixed_phy_status
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 5 Nov 2025 22:09:17 +0000 (23:09 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Nov 2025 02:53:13 +0000 (18:53 -0800)
commitf73e0f46bbfab29b111ff52d047f15aa13623972
tree767a46aef1e8b20a3a4740c506b376a852e064a3
parentac81130e3607a2c34a6fb20a8da9ace0c09ed6ff
net: phy: fixed_phy: shrink size of struct fixed_phy_status

All three members are effectively of type bool, so make this explicit
and shrink size of struct fixed_phy_status.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/9eca3d7e-fa64-4724-8fdc-f2c1a8f2ae8f@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/fixed_phy.c
include/linux/phy_fixed.h