Re: [PATCH v2] memory: emif: Drop usage of platform_driver_probe()

From: Krzysztof Kozlowski
Date: Tue Jan 23 2024 - 16:39:51 EST



On Tue, 23 Jan 2024 18:08:47 +0100, Uwe Kleine-König wrote:
> There are considerations to drop platform_driver_probe() as a concept
> that isn't relevant any more today. It comes with an added complexity
> that makes many users hold it wrong. (E.g. this driver should have
> better used __init instead of __init_or_module to mark functions only
> relevant to .probe() and mark the driver struct with __refdata.)
>
> This fixes a W=1 build warning:
>
> [...]

Applied, thanks!

[1/1] memory: emif: Drop usage of platform_driver_probe()
https://git.kernel.org/krzk/linux-mem-ctrl/c/f0b203bf9bbc89d3230d6a3d6254d11f7a4b6064

Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>