Re: [PATCH net v3 1/1] net: phylink: Add module_exit()

From: Andrew Lunn
Date: Thu Jan 04 2024 - 08:07:56 EST


On Thu, Jan 04, 2024 at 06:12:55PM +0800, Gan, Yi Fang wrote:
65;7401;1c> In delete_module(), if mod->init callback is defined but mod->exit callback
> is not defined, it will assume the module cannot be removed and return
> EBUSY. The module_exit() is missing from current phylink module drive
> causing failure while unloading it.

This is still missing the explanation why this is safe.


Andrew

---
pw-bot: cr