lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200906161741.383dfce0@archlinux>
Date:   Sun, 6 Sep 2020 16:17:41 +0100
From:   Jonathan Cameron <jic23@...nel.org>
To:     Andy Shevchenko <andy.shevchenko@...il.com>
Cc:     Mircea Caprioru <mircea.caprioru@...log.com>,
        Michael Hennerich <Michael.Hennerich@...log.com>,
        Alexandru Ardelean <alexandru.ardelean@...log.com>,
        Lars-Peter Clausen <lars@...afoo.de>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        linux-iio <linux-iio@...r.kernel.org>
Subject: Re: [PATCH] iio: adc: ad7124: Fix typo in device name

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

> On Wed, Sep 2, 2020 at 4:45 PM Mircea Caprioru
> <mircea.caprioru@...log.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@...il.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@...log.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
> >  
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ