Commit 88e4787f authored by Jonathan Cameron's avatar Jonathan Cameron

iio: adc: exynos: Drop a stray semicolon

Identified by coccinelle
drivers/iio/adc/exynos_adc.c:654:2-3: Unneeded semicolon
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent d2080a87
...@@ -651,7 +651,7 @@ static irqreturn_t exynos_ts_isr(int irq, void *dev_id) ...@@ -651,7 +651,7 @@ static irqreturn_t exynos_ts_isr(int irq, void *dev_id)
input_sync(info->input); input_sync(info->input);
usleep_range(1000, 1100); usleep_range(1000, 1100);
}; }
writel(0, ADC_V1_CLRINTPNDNUP(info->regs)); writel(0, ADC_V1_CLRINTPNDNUP(info->regs));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment