adc: rk30_adc.c: remove 'while(1)'

This commit is contained in:
kfx
2012-11-16 10:44:25 +08:00
parent 82b65d3a7b
commit 171f2967e1

View File

@@ -315,7 +315,6 @@ static int __init adc_test_init(void)
{
printk("def_ref_volt: %dmV, curr_ref_volt: %dmV\n",
get_def_ref_volt(), get_curr_ref_volt());
while(1);
#ifdef ADC_TEST
rk30_adc_test();
#endif