From: Dmitry Torokhov Date: Sun, 4 Nov 2007 04:50:19 +0000 (-0400) Subject: V4L/DVB: Don't access input_dev->private directly X-Git-Tag: v2.6.25-rc1~291^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a512a8cc20bbf74700d368ecb0a61dd9d8f1df48;p=pandora-kernel.git V4L/DVB: Don't access input_dev->private directly Drivers should use input_{get|set}_drvdata() instead of accessing input_dev->provate directly, but since these drivers do not actually use the data stored there we can simply remove the assignments. Signed-off-by: Dmitry Torokhov Acked-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed