Commit 0d9fa2ce authored by Jonathan Cameron's avatar Jonathan Cameron

staging:iio:adc:max1363 white space cleanup

Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 2593b13a
...@@ -765,9 +765,9 @@ static int max1363_read_event_config(struct iio_dev *indio_dev, ...@@ -765,9 +765,9 @@ static int max1363_read_event_config(struct iio_dev *indio_dev,
u64 event_code) u64 event_code)
{ {
struct max1363_state *st = iio_priv(indio_dev); struct max1363_state *st = iio_priv(indio_dev);
int val; int val;
int number = IIO_EVENT_CODE_EXTRACT_CHAN(event_code); int number = IIO_EVENT_CODE_EXTRACT_CHAN(event_code);
mutex_lock(&indio_dev->mlock); mutex_lock(&indio_dev->mlock);
if (IIO_EVENT_CODE_EXTRACT_DIR(event_code) == IIO_EV_DIR_FALLING) if (IIO_EVENT_CODE_EXTRACT_DIR(event_code) == IIO_EV_DIR_FALLING)
val = (1 << number) & st->mask_low; val = (1 << number) & st->mask_low;
...@@ -969,8 +969,6 @@ static struct attribute_group max1363_event_attribute_group = { ...@@ -969,8 +969,6 @@ static struct attribute_group max1363_event_attribute_group = {
.name = "events", .name = "events",
}; };
#define MAX1363_EVENT_FUNCS \
static int max1363_update_scan_mode(struct iio_dev *indio_dev, static int max1363_update_scan_mode(struct iio_dev *indio_dev,
const unsigned long *scan_mask) const unsigned long *scan_mask)
{ {
...@@ -1388,8 +1386,6 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = { ...@@ -1388,8 +1386,6 @@ static const struct max1363_chip_info max1363_chip_info_tbl[] = {
}, },
}; };
static int max1363_initial_setup(struct max1363_state *st) static int max1363_initial_setup(struct max1363_state *st)
{ {
st->setupbyte = MAX1363_SETUP_AIN3_IS_AIN3_REF_IS_VDD st->setupbyte = MAX1363_SETUP_AIN3_IS_AIN3_REF_IS_VDD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment