Searched hist:af2c5debe11f51d9af42accd9dd495478bb726fd (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | saa6588.c | af2c5debe11f51d9af42accd9dd495478bb726fd Sat Dec 14 11:28:34 UTC 2013 Hans Verkuil <hans.verkuil@cisco.com> [media] saa6588: after calling CMD_CLOSE, CMD_POLL is broken
CMD_CLOSE sets data_available_for_read to 1, which is necessary to do the wakeup call, but it is never reset to 0.
Because of this calling CMD_POLL afterwards will always return that data is available, even if there isn't any.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|