mirror of https://gitee.com/openkylin/linux.git
iio: adc: at91-sama5d2_adc: 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/20201027200853.1596699-1-trix@redhat.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
4a6261c36d
commit
7f96027cc4
|
@ -1472,7 +1472,7 @@ static int at91_adc_write_raw(struct iio_dev *indio_dev,
|
||||||
return 0;
|
return 0;
|
||||||
default:
|
default:
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void at91_adc_dma_init(struct platform_device *pdev)
|
static void at91_adc_dma_init(struct platform_device *pdev)
|
||||||
|
|
Loading…
Reference in New Issue