Re: [PATCH] iio: frequency:: Remove unused parameter from data documentation

From: David Lechner
Date: Thu Apr 17 2025 - 12:17:51 EST


On 4/17/25 9:32 AM, Gabriel Shahrouzi wrote:
> The AD9832 driver uses the Common Clock Framework (CCF) to obtain the
> master clock (MCLK) frequency rather than relying on a frequency value
> passed from platform data.
>
> Signed-off-by: Gabriel Shahrouzi <gshahrouzi@xxxxxxxxx>
> ---
> drivers/staging/iio/frequency/ad9832.h | 1 -
> 1 file changed, 1 deletion(-)
>
Please include the driver name in your patch subjects. Otherwise readers will
assume that this is something that affects all IIO frequency drivers. I noticed
you are doing this on all of the patches you are sending, not just this one.


[PATCH] iio: frequency: ad9832: Remove unused parameter from data documentation