summaryrefslogtreecommitdiff
path: root/drivers/staging/media/allegro-dvt/allegro-core.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2020-12-01 13:44:46 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-01-04 13:16:48 +0100
commit4f20b7beca5a183139b22ed4fdfc161396452426 (patch)
treed6f064e11d56c41a841e659d27550f5a33dfccca /drivers/staging/media/allegro-dvt/allegro-core.c
parent5cb0a64effe7608d6fd46f5be3106b1b73300621 (diff)
media: cec: add EPOLLPRI in poll() when dev is unregistered
If the CEC device was unregistered, then add EPOLLPRI to the poll() mask. Otherwise a select() that only waits for exceptions will not wake up. A select() that waits for read and/or write events *will* wake up on an EPOLLERR, but not (for some reason) if it just waits for exceptions. Strangly the epoll functionality will wakeup on EPOLLERR if you just wait for an exception, so in this respect select() and epoll differ. In the end it doesn't really matter, what matters is that polling file handles are woken up on device unregistration. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/allegro-dvt/allegro-core.c')
0 files changed, 0 insertions, 0 deletions