mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk29: do not call BUG when suspend/resume timeout temporarily
This commit is contained in:
@@ -459,7 +459,9 @@ static void dpm_drv_timeout(unsigned long data)
|
||||
printk(KERN_EMERG "dpm suspend stack:\n");
|
||||
show_stack(tsk, NULL);
|
||||
|
||||
#ifndef CONFIG_ARCH_RK29
|
||||
BUG();
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user