Re: [PATCH v3 2/2] iio: pressure: bmp280: Use gpiod_set_value_cansleep()

From: Markus Elfring
Date: Mon Aug 18 2025 - 04:42:29 EST


> Switch to `gpiod_set_value_cansleep()`, which is safe to use in
> sleepable contexts like the driver probe function.
>
> The `dev_info()` call has been removed as it was considered noisy and
> is not necessary for normal driver operation.

Should such a change combination be reconsidered once more?
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.17-rc1#n81

Regards,
Markus