Re: [net-next v2 3/9] net: ethernet: cortina: Convert to devm_clk_get_enabled()
From: Jakub Kicinski
Date: Mon Aug 26 2024 - 18:16:03 EST
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;