On Fri, 15 Mar 2013 11:27:23 +0100 Hans Verkuil <hverkuil@xxxxxxxxx> wrote: > diff --git a/drivers/media/platform/marvell-ccic/mcam-core.c b/drivers/media/platform/marvell-ccic/mcam-core.c > index 92a33f0..76a8623 100644 > --- a/drivers/media/platform/marvell-ccic/mcam-core.c > +++ b/drivers/media/platform/marvell-ccic/mcam-core.c > @@ -1357,7 +1357,7 @@ static int mcam_vidioc_s_input(struct file *filp, void *priv, unsigned int i) > } > > /* from vivi.c */ > -static int mcam_vidioc_s_std(struct file *filp, void *priv, v4l2_std_id *a) > +static int mcam_vidioc_s_std(struct file *filp, void *priv, v4l2_std_id a) > { > return 0; > } Hard to find much to complain about there :) Acked-by: Jonathan Corbet <corbet@xxxxxxx> (for the Via version too). jon -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html