mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 09:30:53 +07:00
[PATCH] Add missing tvaudio try_to_freeze()
Tvaudio lacks a refrigerator call. This patch fixes that. Signed-off-by: Nigel Cunningham <ncunningham@suspend2.net> Cc: <video4linux-list@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
0e6c1f5fac
commit
5e50e7a99d
@ -285,6 +285,7 @@ static int chip_thread(void *data)
|
||||
schedule();
|
||||
}
|
||||
remove_wait_queue(&chip->wq, &wait);
|
||||
try_to_freeze();
|
||||
if (chip->done || signal_pending(current))
|
||||
break;
|
||||
dprintk("%s: thread wakeup\n", i2c_clientname(&chip->c));
|
||||
|
Loading…
Reference in New Issue
Block a user