I have a problem with sys_sync() call from early_suspend() routine. Sometimes 
it takes up to 5 seconds to complete and those late_resume() call is delayed 
which produces black screen issues etc.

I've found that sys_sync() is called from both early_suspend() and later from 
enter_state() in general suspend. So I'm wondering is it safe to omit it in 
early_suspend() as it will be called later anyway?

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to