lkml.org 
[lkml]   [2018]   [Dec]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 11/11] staging: iio: adt7316: correct spelling of ADT7316_DA_EN_VIA_DAC_LDCA
    On Tue, 11 Dec 2018 17:55:03 -0700
    Jeremy Fertic <jeremyfertic@gmail.com> wrote:

    > Change LDCA to LDAC.
    >
    > Signed-off-by: Jeremy Fertic <jeremyfertic@gmail.com>
    Ah. Here it is ;) As commented on earlier.

    Applied to the togreg branch of iio.git and pushed out as
    testing for the autobuilders to play with it.

    Thanks,

    Jonathan

    > ---
    > drivers/staging/iio/addac/adt7316.c | 12 ++++++------
    > 1 file changed, 6 insertions(+), 6 deletions(-)
    >
    > diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers/staging/iio/addac/adt7316.c
    > index 58b462ad0c83..020d695ded97 100644
    > --- a/drivers/staging/iio/addac/adt7316.c
    > +++ b/drivers/staging/iio/addac/adt7316.c
    > @@ -119,7 +119,7 @@
    > */
    > #define ADT7316_ADCLK_22_5 0x1
    > #define ADT7316_DA_HIGH_RESOLUTION 0x2
    > -#define ADT7316_DA_EN_VIA_DAC_LDCA 0x8
    > +#define ADT7316_DA_EN_VIA_DAC_LDAC 0x8
    > #define ADT7516_AIN_IN_VREF 0x10
    > #define ADT7316_EN_IN_TEMP_PROP_DACA 0x20
    > #define ADT7316_EN_EX_TEMP_PROP_DACB 0x40
    > @@ -847,7 +847,7 @@ static ssize_t adt7316_show_DAC_update_mode(struct device *dev,
    > struct iio_dev *dev_info = dev_to_iio_dev(dev);
    > struct adt7316_chip_info *chip = iio_priv(dev_info);
    >
    > - if (!(chip->config3 & ADT7316_DA_EN_VIA_DAC_LDCA))
    > + if (!(chip->config3 & ADT7316_DA_EN_VIA_DAC_LDAC))
    > return sprintf(buf, "manual\n");
    >
    > switch (chip->dac_config & ADT7316_DA_EN_MODE_MASK) {
    > @@ -876,7 +876,7 @@ static ssize_t adt7316_store_DAC_update_mode(struct device *dev,
    > u8 data;
    > int ret;
    >
    > - if (!(chip->config3 & ADT7316_DA_EN_VIA_DAC_LDCA))
    > + if (!(chip->config3 & ADT7316_DA_EN_VIA_DAC_LDAC))
    > return -EPERM;
    >
    > ret = kstrtou8(buf, 10, &data);
    > @@ -907,7 +907,7 @@ static ssize_t adt7316_show_all_DAC_update_modes(struct device *dev,
    > struct iio_dev *dev_info = dev_to_iio_dev(dev);
    > struct adt7316_chip_info *chip = iio_priv(dev_info);
    >
    > - if (chip->config3 & ADT7316_DA_EN_VIA_DAC_LDCA)
    > + if (chip->config3 & ADT7316_DA_EN_VIA_DAC_LDAC)
    > return sprintf(buf, "0 - auto at any MSB DAC writing\n"
    > "1 - auto at MSB DAC AB and CD writing\n"
    > "2 - auto at MSB DAC ABCD writing\n"
    > @@ -929,7 +929,7 @@ static ssize_t adt7316_store_update_DAC(struct device *dev,
    > u8 data;
    > int ret;
    >
    > - if (chip->config3 & ADT7316_DA_EN_VIA_DAC_LDCA) {
    > + if (chip->config3 & ADT7316_DA_EN_VIA_DAC_LDAC) {
    > if ((chip->dac_config & ADT7316_DA_EN_MODE_MASK) !=
    > ADT7316_DA_EN_MODE_LDAC)
    > return -EPERM;
    > @@ -2128,7 +2128,7 @@ int adt7316_probe(struct device *dev, struct adt7316_bus *bus,
    > }
    >
    > if (!chip->ldac_pin) {
    > - chip->config3 |= ADT7316_DA_EN_VIA_DAC_LDCA;
    > + chip->config3 |= ADT7316_DA_EN_VIA_DAC_LDAC;
    > if ((chip->id & ID_FAMILY_MASK) == ID_ADT75XX)
    > chip->config1 |= ADT7516_SEL_AIN3;
    > }

    \
     
     \ /
      Last update: 2018-12-16 13:00    [W:8.080 / U:0.736 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site