Re: [PATCH 2/5] hwmon/lm78: Drop REALLY_SLOW_IO setting
From: Guenter Roeck
Date: Wed Nov 26 2025 - 12:04:26 EST
On Wed, Nov 26, 2025 at 05:20:15PM +0100, Juergen Gross wrote:
> In lm78_isa_found() there is REALLY_SLOW_IO defined around some port
> accesses, probably in order to wait between multiple accesses.
>
> Unfortunately this isn't making any difference compared to not having
> this define since more than a decade, as REALLY_SLOW_IO needs to be
> defined while "#include <asm/io.h>" is called to have an effect.
>
> As there seem not to be any outstanding issues in spite of this having
> no effect, just drop the "#define" and add a remark to the related
> comment.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Applied.
Thanks,
Guenter