rk30: tsadc: remove msleep after stop

This commit is contained in:
黄涛
2012-09-07 14:33:06 +08:00
parent 53a3f46e4b
commit 05b0bee3ba

View File

@@ -134,7 +134,6 @@ static void rk30_tsadc_get(unsigned int chn, int *temp, int *code)
}
}
tsadc_writel(0, TSADC_CTRL);
msleep(10);
clk_disable(g_dev->clk);
clk_disable(g_dev->pclk);