]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] Revert "[media] v4l: omap4iss: Add module debug parameter"
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 22 Jan 2015 14:12:02 +0000 (11:12 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 27 Jan 2015 12:40:22 +0000 (10:40 -0200)
commitc97da15411bf87c432cc1ed91af70ad558d64835
tree29251d362cb4373d2718dd37b9db5111c485bdbb
parent566cc8a5e7d6d9caed9958bf8358d9cacac056bc
[media] Revert "[media] v4l: omap4iss: Add module debug parameter"

This reverts commit 186612342500b0af8498d7c8bc6b3ac32ac7a48e.

The video_device debug field has been renamed to dev_debug, resulting in
a compilation failure. As v4l2 debugging is supposed to be controlled
through a sysfs attribute created by the v4l2 core, there's no need to
duplicate debug control through a module parameter. Remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/staging/media/omap4iss/iss_video.c