Re: [PATCH] iio:frequency:adf4377: Fix duplicated soft reset mask
From: Andy Shevchenko
Date: Tue Dec 30 2025 - 07:57:13 EST
On Tue, Dec 30, 2025 at 09:36:09PM +0900, SeungJu Cheon wrote:
> The regmap_read_poll_timeout() uses ADF4377_0000_SOFT_RESET_R_MSK
> twice instead of checking both SOFT_RESET_MSK (bit 0) and
> SOFT_RESET_R_MSK (bit 7). This causes incomplete reset status check.
>
> Fix by using both masks as done in regmap_update_bits() above.
Shouldn't we have a Fixes tag here?
--
With Best Regards,
Andy Shevchenko