mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
45053edc05
- poll doesn't return negative values, so you can't return -EINVAL. Instead return POLLERR. - poll can't be called if !video_is_registered(), so this test can be dropped. - poll can never do a blocking wait, so remove that check. - poll shouldn't attempt to start streaming if the caller isn't interested in read events. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
saa7164-api.c | ||
saa7164-buffer.c | ||
saa7164-bus.c | ||
saa7164-cards.c | ||
saa7164-cmd.c | ||
saa7164-core.c | ||
saa7164-dvb.c | ||
saa7164-encoder.c | ||
saa7164-fw.c | ||
saa7164-i2c.c | ||
saa7164-reg.h | ||
saa7164-types.h | ||
saa7164-vbi.c | ||
saa7164.h |