V4L/DVB (11109): au0828: Fix compilation when VIDEO_ADV_DEBUG = n
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 19 Mar 2009 22:26:23 +0000 (19:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:29 +0000 (12:43 -0300)
commit80c6e358c1b6da0b9aa97e10c82317b7104821bb
tree9b678405539eb51541177525bc2ef6e4adbe589b
parent06e9509ff3484578c111bbc6f9e0e97c086a1131
V4L/DVB (11109): au0828: Fix compilation when VIDEO_ADV_DEBUG = n

As reported by Kyle McMartin and Randy Dunlap:

drivers/media/video/au0828/au0828-video.c:1438: error: 'const struct v4l2_subdev_core_ops' has no member named 'g_register'
drivers/media/video/au0828/au0828-video.c:1453: error: 'const struct v4l2_subdev_core_ops' has no member named 's_register'

This patch properly implements those two API ioctls only when debug is
enabled.

Cc: Devin Heitmueller <dheitmueller@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/au0828/au0828-video.c