[media] siano: add support for .poll on debugfs
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 17 Mar 2013 13:27:44 +0000 (10:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Mar 2013 10:52:29 +0000 (07:52 -0300)
commit6a28bd94f4d068b6de65517e52f52b6840603d0a
treed67234d976b50a403ea5bcd93745ba4031c6417a
parent773adad14135999380a4652b4ba01c5694827870
[media] siano: add support for .poll on debugfs

Implement poll() method for debugfs and be sure that the
debug_data won't be freed on ir or on read().
With this change, poll() will return POLLIN if either data was
filled or if data was read. That allows read() to return 0
to indicate EOF in the latter case.
As poll() is now provided, fix support for non-block mode.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/siano/smsdvb-debugfs.c