aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/i2c/vp27smpx.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-03-15 06:10:06 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-24 06:31:23 -0300
commit2f73c7c582a685b3198b974cd6d964d0338f8ab5 (patch)
treed95d1dd1665bd59d09dfd7455c8f096a6fb29352 /drivers/media/i2c/vp27smpx.c
parent[media] v4l2: add const to argument of write-only s_frequency ioctl (diff)
downloadwireguard-linux-2f73c7c582a685b3198b974cd6d964d0338f8ab5.tar.xz
wireguard-linux-2f73c7c582a685b3198b974cd6d964d0338f8ab5.zip
[media] v4l2: add const to argument of write-only s_tuner ioctl
This ioctl is defined as IOW, so pass the argument as const. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Alexey Klimov <klimov.linux@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/i2c/vp27smpx.c')
-rw-r--r--drivers/media/i2c/vp27smpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/vp27smpx.c b/drivers/media/i2c/vp27smpx.c
index 7cfbc9d94a48..e71f139695af 100644
--- a/drivers/media/i2c/vp27smpx.c
+++ b/drivers/media/i2c/vp27smpx.c
@@ -90,7 +90,7 @@ static int vp27smpx_s_std(struct v4l2_subdev *sd, v4l2_std_id norm)
return 0;
}
-static int vp27smpx_s_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt)
+static int vp27smpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt)
{
struct vp27smpx_state *state = to_state(sd);