aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rix <[email protected]>2020-10-27 13:11:28 -0700
committerJonathan Cameron <[email protected]>2020-10-31 15:02:35 +0000
commit4a6261c36da770369a7383c2455d54addb1a7c36 (patch)
tree4a2758f8f7692f2cee365d09fe2ea5cc20a2fb41
parent691f453951c4af9a5dd3a4f75f4860b997e73c3a (diff)
iio/adc: ingenic: remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
-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,