diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-04-23 12:02:15 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-03 12:49:31 +0200 |
commit | 5150392cd94c5a5a89b92e58ddc579f0de2d1a89 (patch) | |
tree | e890fff29612e473bf0cd10566b8a56f0f981751 /drivers/media/pci/cx23885/cx23885-video.c | |
parent | [media] cx23885: convert to the control framework (diff) | |
download | linux-5150392cd94c5a5a89b92e58ddc579f0de2d1a89.tar.xz linux-5150392cd94c5a5a89b92e58ddc579f0de2d1a89.zip |
[media] cx23885: convert 417 to the control framework
Convert the -417 source to the control framework as well.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885-video.c')
-rw-r--r-- | drivers/media/pci/cx23885/cx23885-video.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/pci/cx23885/cx23885-video.c b/drivers/media/pci/cx23885/cx23885-video.c index 090d48b427fd..116ce34c5168 100644 --- a/drivers/media/pci/cx23885/cx23885-video.c +++ b/drivers/media/pci/cx23885/cx23885-video.c @@ -1219,13 +1219,7 @@ static int vidioc_log_status(struct file *file, void *priv) struct cx23885_fh *fh = priv; struct cx23885_dev *dev = fh->dev; - printk(KERN_INFO - "%s/0: ============ START LOG STATUS ============\n", - dev->name); call_all(dev, core, log_status); - printk(KERN_INFO - "%s/0: ============= END LOG STATUS =============\n", - dev->name); return 0; } |