Re: [PATCH] iio: accel: bma220: move set_wdt() out of bma220_core
From: Jonathan Cameron
Date: Mon Oct 27 2025 - 10:25:11 EST
On Tue, 21 Oct 2025 13:31:49 +0300
Petre Rodan <petre.rodan@xxxxxxxxxxxxxxx> wrote:
> Move bma220_set_wdt() into bma220_i2c.c instead of using a conditional
> based on i2c_verify_client() in bma220_core.c that would make core
> always depend on the i2c module.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202510102117.Jqxrw1vF-lkp@xxxxxxxxx/
> Signed-off-by: Petre Rodan <petre.rodan@xxxxxxxxxxxxxxx>
Applied to the togreg branch of iio.git.
Thanks,
J