summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/lis3l02dq_ring.c
diff options
context:
space:
mode:
authorChris Ruffin2014-09-15 01:38:00 +0200
committerJonathan Cameron2014-09-21 14:18:08 +0200
commitd6be7a02d9cf817d3e3d19167d87e52260620ecd (patch)
treea3f607918f51756b3844f9d9f468dcc3622d7547 /drivers/staging/iio/accel/lis3l02dq_ring.c
parentStaging: rtl8192e: Fix __constant_htons to htons style warning (diff)
downloadkernel-qcow2-linux-d6be7a02d9cf817d3e3d19167d87e52260620ecd.tar.gz
kernel-qcow2-linux-d6be7a02d9cf817d3e3d19167d87e52260620ecd.tar.xz
kernel-qcow2-linux-d6be7a02d9cf817d3e3d19167d87e52260620ecd.zip
staging: iio: accel: remove unnecessary syntax
The else clause in the conditional of lis3l02dq_data_rdy_trig_poll() does not make consistent use of braces with the rest of the conditional. Fix this coding style problem by removing the unnecessary conditional altogether. Signed-off-by: Chris Ruffin <cmruffin@gmail.com> Acked-by: Hartmut Knaack <knaack.h@gmx.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/staging/iio/accel/lis3l02dq_ring.c')
-rw-r--r--drivers/staging/iio/accel/lis3l02dq_ring.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/iio/accel/lis3l02dq_ring.c b/drivers/staging/iio/accel/lis3l02dq_ring.c
index 1d934ee3bb5f..9efc77b0ebdd 100644
--- a/drivers/staging/iio/accel/lis3l02dq_ring.c
+++ b/drivers/staging/iio/accel/lis3l02dq_ring.c
@@ -34,8 +34,9 @@ irqreturn_t lis3l02dq_data_rdy_trig_poll(int irq, void *private)
if (st->trigger_on) {
iio_trigger_poll(st->trig);
return IRQ_HANDLED;
- } else
- return IRQ_WAKE_THREAD;
+ }
+
+ return IRQ_WAKE_THREAD;
}
static const u8 read_all_tx_array[] = {