[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241005122257.77c2e582@jic23-huawei>
Date: Sat, 5 Oct 2024 12:22:57 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Guillaume Stols <gstols@...libre.com>
Cc: Uwe Kleine-König <ukleinek@...nel.org>, Lars-Peter
Clausen <lars@...afoo.de>, Michael Hennerich
<Michael.Hennerich@...log.com>, Rob Herring <robh@...nel.org>, Krzysztof
Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>, Greg
Kroah-Hartman <gregkh@...uxfoundation.org>, "Rafael J. Wysocki"
<rafael@...nel.org>, Jonathan Corbet <corbet@....net>,
linux-pwm@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-fbdev@...r.kernel.org, linux-iio@...r.kernel.org,
devicetree@...r.kernel.org, linux-doc@...r.kernel.org,
aardelean@...libre.com, dlechner@...libre.com, Jonathan Cameron
<Jonathan.Cameron@...wei.com>
Subject: Re: [PATCH v3 01/10] iio: adc: ad7606: Fix typo in the driver name
On Fri, 04 Oct 2024 21:48:35 +0000
Guillaume Stols <gstols@...libre.com> wrote:
> The parallel driver's name is ad7606_par and not ad7606_parallel.
>
> Fixes: 0046a46a8f93 ("staging/ad7606: Actually build the interface modules")
> Signed-off-by: Guillaume Stols <gstols@...libre.com>
I'm going to nibble away at series where I can today because there
are more patches under revision than I'd like.
Merging subsets of series where there are simple ones like this makes
that a little easier to manage.
So applied this one to the togreg branch of iio.git and pushed out as
testing so 0-day can fail to notice it ;)
Thanks,
Jonathan
> ---
> drivers/iio/adc/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index 97ece1a4b7e3..4ab1a3092d88 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -229,7 +229,7 @@ config AD7606_IFACE_PARALLEL
> ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
>
> To compile this driver as a module, choose M here: the
> - module will be called ad7606_parallel.
> + module will be called ad7606_par.
>
> config AD7606_IFACE_SPI
> tristate "Analog Devices AD7606 ADC driver with spi interface support"
>
Powered by blists - more mailing lists