rk29: do not call BUG when suspend/resume timeout temporarily

This commit is contained in:
黄涛
2011-01-25 17:55:01 +08:00
parent c0e429f602
commit 7991a0e366

View File

@@ -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
}
/**