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

This reverts commit 7991a0e366.
This commit is contained in:
黄涛
2011-02-14 15:28:34 +08:00
parent 1ad5af2547
commit d9d83f6565

View File

@@ -459,9 +459,7 @@ 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
}
/**