On Tue, Feb 27, 2024 at 05:19:28PM +0100, Robert Marko wrote: > + if (QCA808X_PHY_CHIP_TYPE_1G & ret) > + return true; > + else > + return false; return !!(QCA808X_PHY_CHIP_TYPE_1G & ret); is a shorter way to write that. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!