提交 253ed684 编写于 作者: I Ioana Ciornei 提交者: Greg Kroah-Hartman

staging: iio: adc: remove multiple blank lines

Remove multiple blank lines since there is no practical reason
to have it
Signed-off-by: NIoana Ciornei <ciorneiioana@gmail.com>
Reviewed-by: NDaniel Baluta <daniel.baluta@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 779c123e
...@@ -88,7 +88,6 @@ ...@@ -88,7 +88,6 @@
#define AD7192_CLK_INT_CO 3 /* Internal 4.92 MHz Clock available #define AD7192_CLK_INT_CO 3 /* Internal 4.92 MHz Clock available
* at the MCLK2 pin */ * at the MCLK2 pin */
/* Configuration Register Bit Designations (AD7192_REG_CONF) */ /* Configuration Register Bit Designations (AD7192_REG_CONF) */
#define AD7192_CONF_CHOP BIT(23) /* CHOP enable */ #define AD7192_CONF_CHOP BIT(23) /* CHOP enable */
......
...@@ -769,7 +769,6 @@ static IIO_DEVICE_ATTR(in_temp_thresh_high_value, ...@@ -769,7 +769,6 @@ static IIO_DEVICE_ATTR(in_temp_thresh_high_value,
ad7280_write_channel_config, ad7280_write_channel_config,
AD7280A_AUX_ADC_OVERVOLTAGE); AD7280A_AUX_ADC_OVERVOLTAGE);
static struct attribute *ad7280_event_attributes[] = { static struct attribute *ad7280_event_attributes[] = {
&iio_dev_attr_in_thresh_low_value.dev_attr.attr, &iio_dev_attr_in_thresh_low_value.dev_attr.attr,
&iio_dev_attr_in_thresh_high_value.dev_attr.attr, &iio_dev_attr_in_thresh_high_value.dev_attr.attr,
......
...@@ -206,7 +206,6 @@ static int ad7780_probe(struct spi_device *spi) ...@@ -206,7 +206,6 @@ static int ad7780_probe(struct spi_device *spi)
indio_dev->info = &ad7780_info; indio_dev->info = &ad7780_info;
if (pdata && gpio_is_valid(pdata->gpio_pdrst)) { if (pdata && gpio_is_valid(pdata->gpio_pdrst)) {
ret = devm_gpio_request_one(&spi->dev, ret = devm_gpio_request_one(&spi->dev,
pdata->gpio_pdrst, pdata->gpio_pdrst,
GPIOF_OUT_INIT_LOW, GPIOF_OUT_INIT_LOW,
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#define AD7816_TEMP_FLOAT_OFFSET 2 #define AD7816_TEMP_FLOAT_OFFSET 2
#define AD7816_TEMP_FLOAT_MASK 0x3 #define AD7816_TEMP_FLOAT_MASK 0x3
/* /*
* struct ad7816_chip_info - chip specific information * struct ad7816_chip_info - chip specific information
*/ */
...@@ -70,7 +69,6 @@ static int ad7816_spi_read(struct ad7816_chip_info *chip, u16 *data) ...@@ -70,7 +69,6 @@ static int ad7816_spi_read(struct ad7816_chip_info *chip, u16 *data)
} }
gpio_set_value(chip->rdwr_pin, 1); gpio_set_value(chip->rdwr_pin, 1);
if (chip->mode == AD7816_PD) { /* operating mode 2 */ if (chip->mode == AD7816_PD) { /* operating mode 2 */
gpio_set_value(chip->convert_pin, 1); gpio_set_value(chip->convert_pin, 1);
gpio_set_value(chip->convert_pin, 0); gpio_set_value(chip->convert_pin, 0);
...@@ -203,7 +201,6 @@ static IIO_DEVICE_ATTR(channel, S_IRUGO | S_IWUSR, ...@@ -203,7 +201,6 @@ static IIO_DEVICE_ATTR(channel, S_IRUGO | S_IWUSR,
ad7816_store_channel, ad7816_store_channel,
0); 0);
static ssize_t ad7816_show_value(struct device *dev, static ssize_t ad7816_show_value(struct device *dev,
struct device_attribute *attr, struct device_attribute *attr,
char *buf) char *buf)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册