mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
adc: rk30_adc.c: remove 'while(1)'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user