Re: [PATCH net-next 1/2] net: phy: qcom: qca808x: add helper for checking for 1G only model

From: Russell King (Oracle)
Date: Tue Feb 27 2024 - 11:28:49 EST


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!