projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
691f453
)
iio/adc: ingenic: remove unneeded semicolon
author
Tom Rix
<trix@redhat.com>
Tue, 27 Oct 2020 20:11:28 +0000
(13:11 -0700)
committer
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Sat, 31 Oct 2020 15:02:35 +0000
(15:02 +0000)
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>
drivers/iio/adc/ingenic-adc.c
patch
|
blob
|
history
diff --git
a/drivers/iio/adc/ingenic-adc.c
b/drivers/iio/adc/ingenic-adc.c
index 92b25083e23f10633be5d62c4432dcba078be895..7886cdca5a5edfd4a6e95f12a3e06a32525d7dec 100644
(file)
--- 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,