linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iio: adc: ad7124: Fix typo in device name
@ 2020-09-02 13:42 Mircea Caprioru
  2020-09-02 18:05 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Mircea Caprioru @ 2020-09-02 13:42 UTC (permalink / raw)
  To: jic23
  Cc: Michael.Hennerich, alexandru.ardelean, lars, gregkh,
	linux-kernel, linux-iio, Mircea Caprioru

This patch fixes the device name typo.

Fixes: 951ad4700313 ("iio: adc: ad7124: move chip ID & name on the chip_info table")
Signed-off-by: Mircea Caprioru <mircea.caprioru@analog.com>
---
 drivers/iio/adc/ad7124.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/iio/adc/ad7124.c b/drivers/iio/adc/ad7124.c
index 8dce06e9e69c..766c73333604 100644
--- a/drivers/iio/adc/ad7124.c
+++ b/drivers/iio/adc/ad7124.c
@@ -177,12 +177,12 @@ static const struct iio_chan_spec ad7124_channel_template = {
 
 static struct ad7124_chip_info ad7124_chip_info_tbl[] = {
 	[ID_AD7124_4] = {
-		.name = "ad7127-4",
+		.name = "ad7124-4",
 		.chip_id = CHIPID_AD7124_4,
 		.num_inputs = 8,
 	},
 	[ID_AD7124_8] = {
-		.name = "ad7127-8",
+		.name = "ad7124-8",
 		.chip_id = CHIPID_AD7124_8,
 		.num_inputs = 16,
 	},
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] iio: adc: ad7124: Fix typo in device name
  2020-09-02 13:42 [PATCH] iio: adc: ad7124: Fix typo in device name Mircea Caprioru
@ 2020-09-02 18:05 ` Andy Shevchenko
  2020-09-06 15:17   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2020-09-02 18:05 UTC (permalink / raw)
  To: Mircea Caprioru
  Cc: Jonathan Cameron, Michael Hennerich, Alexandru Ardelean,
	Lars-Peter Clausen, Greg Kroah-Hartman,
	Linux Kernel Mailing List, linux-iio

On Wed, Sep 2, 2020 at 4:45 PM Mircea Caprioru
<mircea.caprioru@analog.com> wrote:
>
> This patch fixes the device name typo.
>

Luckily it's part of v5.9-rcX, so if Jonathan sends this within v5.9
time frame, we are good.
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>


> Fixes: 951ad4700313 ("iio: adc: ad7124: move chip ID & name on the chip_info table")
> Signed-off-by: Mircea Caprioru <mircea.caprioru@analog.com>
> ---
>  drivers/iio/adc/ad7124.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/iio/adc/ad7124.c b/drivers/iio/adc/ad7124.c
> index 8dce06e9e69c..766c73333604 100644
> --- a/drivers/iio/adc/ad7124.c
> +++ b/drivers/iio/adc/ad7124.c
> @@ -177,12 +177,12 @@ static const struct iio_chan_spec ad7124_channel_template = {
>
>  static struct ad7124_chip_info ad7124_chip_info_tbl[] = {
>         [ID_AD7124_4] = {
> -               .name = "ad7127-4",
> +               .name = "ad7124-4",
>                 .chip_id = CHIPID_AD7124_4,
>                 .num_inputs = 8,
>         },
>         [ID_AD7124_8] = {
> -               .name = "ad7127-8",
> +               .name = "ad7124-8",
>                 .chip_id = CHIPID_AD7124_8,
>                 .num_inputs = 16,
>         },
> --
> 2.25.1
>


-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] iio: adc: ad7124: Fix typo in device name
  2020-09-02 18:05 ` Andy Shevchenko
@ 2020-09-06 15:17   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2020-09-06 15:17 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Mircea Caprioru, Michael Hennerich, Alexandru Ardelean,
	Lars-Peter Clausen, Greg Kroah-Hartman,
	Linux Kernel Mailing List, linux-iio

On Wed, 2 Sep 2020 21:05:56 +0300
Andy Shevchenko <andy.shevchenko@gmail.com> wrote:

> On Wed, Sep 2, 2020 at 4:45 PM Mircea Caprioru
> <mircea.caprioru@analog.com> wrote:
> >
> > This patch fixes the device name typo.
> >  
> 
> Luckily it's part of v5.9-rcX, so if Jonathan sends this within v5.9
> time frame, we are good.
> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Applied to the fixes-togreg branch of iio.git.

Should be plenty of time. :) (famous last words)

Jonathan

> 
> 
> > Fixes: 951ad4700313 ("iio: adc: ad7124: move chip ID & name on the chip_info table")
> > Signed-off-by: Mircea Caprioru <mircea.caprioru@analog.com>
> > ---
> >  drivers/iio/adc/ad7124.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/iio/adc/ad7124.c b/drivers/iio/adc/ad7124.c
> > index 8dce06e9e69c..766c73333604 100644
> > --- a/drivers/iio/adc/ad7124.c
> > +++ b/drivers/iio/adc/ad7124.c
> > @@ -177,12 +177,12 @@ static const struct iio_chan_spec ad7124_channel_template = {
> >
> >  static struct ad7124_chip_info ad7124_chip_info_tbl[] = {
> >         [ID_AD7124_4] = {
> > -               .name = "ad7127-4",
> > +               .name = "ad7124-4",
> >                 .chip_id = CHIPID_AD7124_4,
> >                 .num_inputs = 8,
> >         },
> >         [ID_AD7124_8] = {
> > -               .name = "ad7127-8",
> > +               .name = "ad7124-8",
> >                 .chip_id = CHIPID_AD7124_8,
> >                 .num_inputs = 16,
> >         },
> > --
> > 2.25.1
> >  
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-06 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 13:42 [PATCH] iio: adc: ad7124: Fix typo in device name Mircea Caprioru
2020-09-02 18:05 ` Andy Shevchenko
2020-09-06 15:17   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).