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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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!




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [Linux for Sparc]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux