diff options
author | Holger Waechtler <devnull@localhost> | 2004-09-27 15:27:07 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2004-09-27 15:27:07 +0000 |
commit | fbd2b86fc147b4b01e0f618680608ee393f1bc14 (patch) | |
tree | 55498147cca2feceb64b16f7236ee4910b264434 /linux/drivers/media/dvb/frontends/stv0299.c | |
parent | 21d965b1d9c1cf29233476179f099d535c2c6b87 (diff) | |
download | mediapointer-dvb-s2-fbd2b86fc147b4b01e0f618680608ee393f1bc14.tar.gz mediapointer-dvb-s2-fbd2b86fc147b4b01e0f618680608ee393f1bc14.tar.bz2 |
+N
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stv0299.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stv0299.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0299.c b/linux/drivers/media/dvb/frontends/stv0299.c index 03366cc9d..5934c9611 100644 --- a/linux/drivers/media/dvb/frontends/stv0299.c +++ b/linux/drivers/media/dvb/frontends/stv0299.c @@ -1266,7 +1266,7 @@ static int uni0299_ioctl (struct dvb_frontend *fe, unsigned int cmd, void *arg) return stv0299_set_voltage (i2c, (fe_sec_voltage_t) arg, state->tuner_type); - case FE_DISHETWORK_SEND_LEGACY_CMD: + case FE_DISHNETWORK_SEND_LEGACY_CMD: return stv0299_send_legacy_dish_cmd (i2c, (u32) arg, state->tuner_type); |