Skip to content

Commit

Permalink
[media] em28xx: Get rid of some unused modprobe parameters at vbi code
Browse files Browse the repository at this point in the history
There are two modprobe parameters for VBI that aren't used
anywhere (one for debug, the other one related to the buffer
size). Get rid of them!

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 22, 2014
1 parent e0aa2b2 commit eb500df
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions drivers/media/usb/em28xx/em28xx-vbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@
#include "em28xx.h"
#include "em28xx-v4l.h"

static unsigned int vbibufs = 5;
module_param(vbibufs, int, 0644);
MODULE_PARM_DESC(vbibufs, "number of vbi buffers, range 2-32");

static unsigned int vbi_debug;
module_param(vbi_debug, int, 0644);
MODULE_PARM_DESC(vbi_debug, "enable debug messages [vbi]");

#define dprintk(level, fmt, arg...) if (vbi_debug >= level) \
printk(KERN_DEBUG "%s: " fmt, dev->core->name , ## arg)

/* ------------------------------------------------------------------ */

static int vbi_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt,
Expand Down

0 comments on commit eb500df

Please sign in to comment.