diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-17 19:45:55 +0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-17 19:45:55 +0300 |
| commit | 3beaddc560d35b83ba5793dcbe8c3a49ac58cdc7 (patch) | |
| tree | 232215522cc74e2e931ef76604ba1d6959eba954 /linux/drivers/media/video | |
| parent | ef2ecf95ffb38ff7bdd530004e37e3e30a07a454 (diff) | |
| download | mediapointer-dvb-s2-3beaddc560d35b83ba5793dcbe8c3a49ac58cdc7.tar.gz mediapointer-dvb-s2-3beaddc560d35b83ba5793dcbe8c3a49ac58cdc7.tar.bz2 | |
Patch to remove warning message during cx88-dvb compilation
From: Igor M. Liplianin <liplianin@me.by>
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 'linux/drivers/media/video')
| -rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index 180c9ca11..2ae6bf129 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -582,14 +582,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, }; |
