mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-26 20:59:25 +07:00
V4L/DVB (4282): Fix: use swzigzag for swalgo
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
00e158d52a
commit
70d906354f
@ -570,7 +570,8 @@ static int dvb_frontend_thread(void *data)
|
||||
dvb_frontend_add_event(fe, s);
|
||||
fepriv->status = s;
|
||||
}
|
||||
}
|
||||
} else
|
||||
dvb_frontend_swzigzag(fe);
|
||||
} else
|
||||
dvb_frontend_swzigzag(fe);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user