aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-dvb.c
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2008-10-17 13:45:55 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-17 17:41:30 -0300
commitd4305c68cc30b66a71ea05297e6c0663feccad65 (patch)
treedd5e449ef35daa7c37eee00062f57940afb9faa4 /drivers/media/video/cx88/cx88-dvb.c
parenteb229b22fbe8b76c6531b1caca3800f9e1f705d5 (diff)
downloadkernel_samsung_smdk4412-d4305c68cc30b66a71ea05297e6c0663feccad65.zip
kernel_samsung_smdk4412-d4305c68cc30b66a71ea05297e6c0663feccad65.tar.gz
kernel_samsung_smdk4412-d4305c68cc30b66a71ea05297e6c0663feccad65.tar.bz2
V4L/DVB (9296): Patch to remove warning message during cx88-dvb compilation
Remove warning message during cx88-dvb compilation. Also fixes double underline in function and struct names. Signed-off-by: Igor M. Liplianin <liplianin@me.by> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index d13bd14..6968ab0 100644
--- a/drivers/media/video/cx88/cx88-dvb.c
+++ b/drivers/media/video/cx88/cx88-dvb.c
@@ -575,14 +575,14 @@ static struct cx24116_config tevii_s460_config = {
static struct stv0299_config tevii_tuner_sharp_config = {
.demod_address = 0x68,
- .inittab = sharp_z0194a__inittab,
+ .inittab = sharp_z0194a_inittab,
.mclk = 88000000UL,
.invert = 1,
.skip_reinit = 0,
.lock_output = 1,
.volt13_op0_op1 = STV0299_VOLT13_OP1,
.min_delay_ms = 100,
- .set_symbol_rate = sharp_z0194a__set_symbol_rate,
+ .set_symbol_rate = sharp_z0194a_set_symbol_rate,
.set_ts_params = cx24116_set_ts_param,
};