Re: [PATCH v3 0/4] rust: extend `module!` macro with integer parameter support
From: Greg KH
Date: Fri Dec 13 2024 - 06:43:48 EST
On Fri, Dec 13, 2024 at 12:30:45PM +0100, Andreas Hindborg wrote:
> This series extends the `module!` macro with support module parameters.
Eeek, why?
Module parameters are from the 1990's, back when we had no idea what we
were doing and thought that a simple "one variable for a driver that
controls multiple devices" was somehow a valid solution :)
Please only really add module parameters if you can prove that you
actually need a module parameter.
thanks,
greg k-h