From: Hans Verkuil Date: Mon, 1 Dec 2014 13:10:43 +0000 (-0300) Subject: [media] media: drivers shouldn't touch debug field in video_device X-Git-Tag: fixes-v4.0-rc1~147^2~292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a7e0596a63abdf12a9591c29359f7f15e18c16;p=pandora-kernel.git [media] media: drivers shouldn't touch debug field in video_device The debug field in struct video_device is for internal use only and drivers should mix that with their own debug module options. It is handled by the V4L2 core and users can set it using /sys/class/video4linux//debug. It has been deprecated for some time now, so it is time to remove it completely from the drivers. Signed-off-by: Hans Verkuil Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed