[PATCH 3/6] mtd: st_spi_fsm: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
Miquel Raynal
miquel.raynal at bootlin.com
Mon Dec 30 00:46:52 PST 2024
Hello Raphael,
On 29/12/2024 at 00:32:42 +01, Raphael Gallais-Pou <rgallaispou at gmail.com> wrote:
> Letting the compiler remove these functions when the kernel is built
> without CONFIG_PM_SLEEP support is simpler and less error prone than the
> use of #ifdef based kernel configuration guards.
If that does not lead to any warning, I'm fine. However this kind of
change is better received subsystem-wide than platform-wide, if you ever
wish to go this route.
> Link: https://lore.kernel.org/all/20240716180010.126987-1-rgallaispou@gmail.com
This link however seems irrelevant.
> Signed-off-by: Raphael Gallais-Pou <rgallaispou at gmail.com>
Thanks,
Miquèl
More information about the linux-mtd
mailing list