summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2020-10-27 13:11:28 -0700
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-10-31 15:02:35 +0000
commit4a6261c36da770369a7383c2455d54addb1a7c36 (patch)
tree4a2758f8f7692f2cee365d09fe2ea5cc20a2fb41 /drivers/iio/adc
parent691f453951c4af9a5dd3a4f75f4860b997e73c3a (diff)
iio/adc: ingenic: remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20201027201128.1597230-1-trix@redhat.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc')
-rw-r--r--drivers/iio/adc/ingenic-adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/ingenic-adc.c b/drivers/iio/adc/ingenic-adc.c
index 92b25083e23f..7886cdca5a5e 100644
--- a/drivers/iio/adc/ingenic-adc.c
+++ b/drivers/iio/adc/ingenic-adc.c
@@ -542,7 +542,7 @@ static int ingenic_adc_read_avail(struct iio_dev *iio_dev,
return IIO_AVAIL_LIST;
default:
return -EINVAL;
- };
+ }
}
static int ingenic_adc_read_chan_info_raw(struct iio_dev *iio_dev,