]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (9275): dvb: input data pointer of cx24116_writeregN() should be const
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Fri, 17 Oct 2008 00:04:35 +0000 (21:04 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 17 Oct 2008 20:31:00 +0000 (17:31 -0300)
commit64decbfe0dca9535a6f9b0c6fa654e3c2eb47877
tree5aa7715183827aa55b0a68f255bff6d37ef530ec
parenta1bc84c083af059cb93d57c9caff7b382fe8b574
V4L/DVB (9275): dvb: input data pointer of cx24116_writeregN() should be const

| drivers/media/dvb/frontends/cx24116.c:573: warning: passing argument 3 of 'cx24116_writeregN' discards qualifiers from pointer target type

Make the `data' input pointer parameter of cx24116_writeregN() const to
kill the warning.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/cx24116.c