From: Marcel Siegert Date: Tue, 13 Feb 2007 12:46:55 +0000 (-0300) Subject: V4L/DVB (5244): Dvbdev: fix illegal re-usage of fileoperations struct X-Git-Tag: v2.6.21-rc2~66^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b61901024776b25ce7b8edc31bb1757c7382a88e;p=pandora-kernel.git V4L/DVB (5244): Dvbdev: fix illegal re-usage of fileoperations struct Arjan van de Ven 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed