[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8dcb6337-87d9-454d-8f71-295d69c5c785@stanley.mountain>
Date: Wed, 18 Dec 2024 11:47:05 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Joe Hattori <joe@...is.s.u-tokyo.ac.jp>
Cc: alexandre.torgue@...s.st.com, joabreu@...opsys.com,
andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, mcoquelin.stm32@...il.com,
krzk@...nel.org, netdev@...r.kernel.org
Subject: Re: [PATCH v2 2/2] net: stmmac: remove the unnecessary argument of
stmmac_remove_config_dt()
On Wed, Dec 18, 2024 at 12:22:30PM +0900, Joe Hattori wrote:
> static void devm_stmmac_remove_config_dt(void *data)
> {
> - struct plat_stmmacenet_data *plat = data;
> -
> - /* Platform data argument is unused */
> - stmmac_remove_config_dt(NULL, plat);
> + stmmac_remove_config_dt(data);
Instead of doing this, move the code from stmmac_remove_config_dt()
to here and delete the stmmac_remove_config_dt() function. Delete
the comments that mention stmmac_remove_config_dt().
- * Description: Devres variant of stmmac_probe_config_dt(). Does not require
- * the user to call stmmac_remove_config_dt() at driver detach.
This comment no longer makes sense.
regards,
dan carpenter
Powered by blists - more mailing lists