]> Git Repo - linux.git/commit
V4L/DVB (9275): dvb: input data pointer of cx24116_writeregN() should be const
authorGeert Uytterhoeven <[email protected]>
Fri, 17 Oct 2008 00:04:35 +0000 (21:04 -0300)
committerMauro Carvalho Chehab <[email protected]>
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/dvb/frontends/cx24116.c
This page took 0.04514 seconds and 4 git commands to generate.