From: Hans Verkuil Date: Mon, 30 Mar 2009 10:16:08 +0000 (-0300) Subject: V4L/DVB (11315): cx25840: fix 'unused variable' warning. X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=7c4673335b5f0508a47763840d7f2403fa6d2773;p=linux-2.6-omap-h63xx.git V4L/DVB (11315): cx25840: fix 'unused variable' warning. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx25840/cx25840-core.c b/drivers/media/video/cx25840/cx25840-core.c index ec67aea0cdb..737ee4ea883 100644 --- a/drivers/media/video/cx25840/cx25840-core.c +++ b/drivers/media/video/cx25840/cx25840-core.c @@ -824,8 +824,6 @@ static int cx25840_g_ctrl(struct v4l2_subdev *sd, struct v4l2_control *ctrl) static int cx25840_g_fmt(struct v4l2_subdev *sd, struct v4l2_format *fmt) { - struct i2c_client *client = v4l2_get_subdevdata(sd); - switch (fmt->type) { case V4L2_BUF_TYPE_SLICED_VBI_CAPTURE: return cx25840_vbi_g_fmt(sd, fmt);