summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/cdc/ad7150.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-10-10 16:07:59 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-11 15:47:06 -0700
commita22526e48d6aebc70ed1d19cc3d2724489775aa4 (patch)
tree5ed19afad728d5e76cf7e7aac5a30a44a87159b4 /drivers/staging/iio/cdc/ad7150.c
parenta7d7b0163178b85546a075276a81f27c8c24b786 (diff)
staging: Remove unnecessary semicolons
These aren't necessary after switch, if and while statements. Also remove some unnecessary braces where these semicolons were removed around single statement and some unnecessary blank lines. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/iio/cdc/ad7150.c')
-rw-r--r--drivers/staging/iio/cdc/ad7150.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/cdc/ad7150.c b/drivers/staging/iio/cdc/ad7150.c
index f4a0341cc70c..618d820eb525 100644
--- a/drivers/staging/iio/cdc/ad7150.c
+++ b/drivers/staging/iio/cdc/ad7150.c
@@ -300,7 +300,7 @@ static int ad7150_read_event_value(struct iio_dev *indio_dev,
default:
return -EINVAL;
- };
+ }
}
static int ad7150_write_event_value(struct iio_dev *indio_dev,