Skip to content
Snippets Groups Projects
Commit a96afb3e authored by Robert Hancock's avatar Robert Hancock Committed by Mauro Carvalho Chehab
Browse files

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: default avatarRobert Hancock <hancockr@shaw.ca>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 35d6270b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment