commit | b61901024776b25ce7b8edc31bb1757c7382a88e | [log] [tgz] |
---|---|---|
author | Marcel Siegert <mws@linuxtv.org> | Tue Feb 13 09:46:55 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Wed Feb 21 13:35:31 2007 -0200 |
tree | bebf31ba4a8cc2a121ca21b39e44cddb2ba7bfd6 | |
parent | e1af498063007cee5d7ec5af1e0cf25c088d05c7 [diff] |
V4L/DVB (5244): Dvbdev: fix illegal re-usage of fileoperations struct Arjan van de Ven <arjan@infradead.org> reported an illegal re-usage of the fileoperations struct if more than one dvb device (e.g. frontend) is present. This patch fixes this issue. It allocates a new fileoperations struct each time a device is registered and copies the default template fileops. Signed-off-by: Marcel Siegert <mws@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>