[net-next v2 3/9] net: ethernet: cortina: Convert to devm_clk_get_enabled()

Jakub Kicinski kuba at kernel.org
Mon Aug 26 15:15:47 PDT 2024


On Fri, 23 Aug 2024 01:21:15 -0600 Yangtao Li wrote:
> @@ -2403,6 +2401,7 @@ static int gemini_ethernet_port_probe(struct platform_device *pdev)
>  	struct device *parent;

move the local clock variables here, keep lines longest to shortest

>  	u8 mac[ETH_ALEN];
>  	unsigned int id;
> +	struct clk *pclk;
>  	int irq;
>  	int ret;



More information about the linux-arm-kernel mailing list