Re: [REVIEWv2 PATCH 4/6] v4l2: add const to argument of write-only s_register ioctl.

2013-03-24 Thread Hans Verkuil
On Sun March 24 2013 11:07:03 Mauro Carvalho Chehab wrote: > Em Mon, 18 Mar 2013 15:12:03 +0100 > Hans Verkuil escreveu: > > > From: Hans Verkuil > > > > This ioctl is defined as IOW, so pass the argument as const. > > > > Signed-off-by: Hans Verkuil > > Acked-by: Guennadi Liakhovetski > > A

Re: [REVIEWv2 PATCH 4/6] v4l2: add const to argument of write-only s_register ioctl.

2013-03-24 Thread Mauro Carvalho Chehab
Em Mon, 18 Mar 2013 15:12:03 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > This ioctl is defined as IOW, so pass the argument as const. > > Signed-off-by: Hans Verkuil > Acked-by: Guennadi Liakhovetski > Acked-by: Lad, Prabhakar ... > diff --git a/drivers/media/pci/ivtv/ivtv-ioctl

Re: [REVIEWv2 PATCH 4/6] v4l2: add const to argument of write-only s_register ioctl.

2013-03-19 Thread Hans Verkuil
On Tue March 19 2013 00:20:00 Laurent Pinchart wrote: > Hi Hans, > > Thanks for the patch. > > On Monday 18 March 2013 15:12:03 Hans Verkuil wrote: > > From: Hans Verkuil > > > > This ioctl is defined as IOW, so pass the argument as const. > > > > Signed-off-by: Hans Verkuil > > Acked-by: Gue

Re: [REVIEWv2 PATCH 4/6] v4l2: add const to argument of write-only s_register ioctl.

2013-03-18 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Monday 18 March 2013 15:12:03 Hans Verkuil wrote: > From: Hans Verkuil > > This ioctl is defined as IOW, so pass the argument as const. > > Signed-off-by: Hans Verkuil > Acked-by: Guennadi Liakhovetski > Acked-by: Lad, Prabhakar [snip] > diff --git a/driv

[REVIEWv2 PATCH 4/6] v4l2: add const to argument of write-only s_register ioctl.

2013-03-18 Thread Hans Verkuil
From: Hans Verkuil This ioctl is defined as IOW, so pass the argument as const. Signed-off-by: Hans Verkuil Acked-by: Guennadi Liakhovetski Acked-by: Lad, Prabhakar --- drivers/media/dvb-frontends/au8522_decoder.c|2 +- drivers/media/i2c/ad9389b.c |2 +- drive