summaryrefslogtreecommitdiff
path: root/io-module/adc.c
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/adc.c')
-rw-r--r--io-module/adc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/io-module/adc.c b/io-module/adc.c
index 3d5f3d0..541dc95 100644
--- a/io-module/adc.c
+++ b/io-module/adc.c
@@ -118,7 +118,6 @@ static int mts_io_board_adc_probe(struct platform_device *pdev)
static int mts_io_board_adc_remove(struct platform_device *pdev)
{
if (adc_clk) {
- int ret;
clk_disable_unprepare(adc_clk);
}
return 0;