Files
kernel-tenderloin-3.0/kernel/power
Abhijeet Dharmapurikar 57b34bbdca power: wakelock: BUG if wakelock is taken very late
There has been handful of corner cases where a driver would call
wake_lock very late in the suspend sequence but the suspend proceeds
anyways and causes issues.

Add code to BUG if a driver grabs a wakelock after suspend_noirq callbacks
are called, this will aid in correct wakelock usage for new drivers and
give us callstacks for misbehaving drivers.

Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
2011-10-04 17:14:23 -07:00
..
2011-03-10 08:52:27 +01:00
2011-10-03 09:57:10 -07:00
2011-06-14 09:08:42 -07:00
2011-06-14 09:08:42 -07:00
2011-10-03 09:57:10 -07:00