mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
video: rockchip: rve: disable signal interruptible
Signed-off-by: Li Huang <putin.li@rock-chips.com> Change-Id: Ib70ca76d4e82cd12982b67581af4e5095372c97a
This commit is contained in:
parent
1a95c96067
commit
5e20e620a5
|
|
@ -451,7 +451,7 @@ static inline int rve_job_wait(struct rve_job *job)
|
|||
|
||||
scheduler = rve_job_get_scheduler(job);
|
||||
|
||||
left_time = wait_event_interruptible_timeout(scheduler->job_done_wq,
|
||||
left_time = wait_event_timeout(scheduler->job_done_wq,
|
||||
job->flags & RVE_JOB_DONE, RVE_SYNC_TIMEOUT_DELAY);
|
||||
|
||||
switch (left_time) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user