Re: [PATCH v4 05/11] iio: amplifiers: ad8366: use devm_mutex_init() and drop mutex_init()

From: Andy Shevchenko

Date: Tue Feb 10 2026 - 15:03:10 EST


On Tue, Feb 10, 2026 at 07:42:05PM +0000, Rodrigo Alencar via B4 Relay wrote:

> Adopt proper mutex lifecycle with devm_mutex_init(), replacing
> mutex_init(). Also, Include linux/mutex.h header.

mutex.h should be included before as it's not a new API added in this patch.

Otherwise LGTM.

--
With Best Regards,
Andy Shevchenko