Skip to content

Commit a61e9c4

Browse files
xdarklightjic23
authored andcommitted
iio: adc: meson: use tabs instead of spaces for some REG11 bit fields
This makes them consistent with the rest of the driver. No functional changes. Signed-off-by: Martin Blumenstingl <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 65233d0 commit a61e9c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/iio/adc/meson_saradc.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@
155155
*/
156156
#define MESON_SAR_ADC_REG11 0x2c
157157
#define MESON_SAR_ADC_REG11_BANDGAP_EN BIT(13)
158-
#define MESON_SAR_ADC_REG11_CMV_SEL BIT(6)
159-
#define MESON_SAR_ADC_REG11_VREF_VOLTAGE BIT(5)
160-
#define MESON_SAR_ADC_REG11_EOC BIT(1)
161-
#define MESON_SAR_ADC_REG11_VREF_SEL BIT(0)
158+
#define MESON_SAR_ADC_REG11_CMV_SEL BIT(6)
159+
#define MESON_SAR_ADC_REG11_VREF_VOLTAGE BIT(5)
160+
#define MESON_SAR_ADC_REG11_EOC BIT(1)
161+
#define MESON_SAR_ADC_REG11_VREF_SEL BIT(0)
162162

163163
#define MESON_SAR_ADC_REG13 0x34
164164
#define MESON_SAR_ADC_REG13_12BIT_CALIBRATION_MASK GENMASK(13, 8)

0 commit comments

Comments
 (0)