commit | a96afb3e9428f2e7463344f12dbc85faf08e2e09 | [log] [tgz] |
---|---|---|
author | Robert Hancock <hancockr@shaw.ca> | Sun Jan 07 08:12:19 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Mon Jan 15 16:25:31 2007 -0200 |
tree | a8219ad5621efbeea27c5bae53fe88803f5b787d | |
parent | 35d6270b806562b37279d3970fa477aaeb372829 [diff] |
V4L/DVB (5021): Cx88xx: Fix lockup on suspend Suspending with the cx88xx module loaded causes the system to lock up because the cx88_audio_thread kthread was missing a try_to_freeze() call, which caused it to go into a tight loop and result in softlockup when suspending. Fix that. Signed-off-by: Robert Hancock <hancockr@shaw.ca> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>