diff options
author | Patrick Boettcher <devnull@localhost> | 2005-04-22 18:06:32 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-04-22 18:06:32 +0000 |
commit | e94f4020dfb24bb99bab9390d1d4ca10f21b7025 (patch) | |
tree | 524ddba52e7176004aa3a2e912d9463e856d41ce /linux/drivers/media/dvb/dvb-usb/umt-010.c | |
parent | 62757cd413fbbab9388d649d52ca3c1fad642838 (diff) | |
download | mediapointer-dvb-s2-e94f4020dfb24bb99bab9390d1d4ca10f21b7025.tar.gz mediapointer-dvb-s2-e94f4020dfb24bb99bab9390d1d4ca10f21b7025.tar.bz2 |
corrected a typo in umt-010.c
Added a new driver for the µDigiTV USB2.0 DVB-T receiver made by Nebula Electronics. It isn't working yet, but with the help of Allan Third it will be very soon. Thanks.
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/umt-010.c')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/umt-010.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/umt-010.c b/linux/drivers/media/dvb/dvb-usb/umt-010.c index f25db20b5..ab23759b2 100644 --- a/linux/drivers/media/dvb/dvb-usb/umt-010.c +++ b/linux/drivers/media/dvb/dvb-usb/umt-010.c @@ -57,7 +57,7 @@ static int umt_mt352_frontend_attach(struct dvb_usb_device *d) memset(&umt_config,0,sizeof(struct mt352_config)); umt_config.demod_init = umt_mt352_demod_init; umt_config.demod_address = 0xf; - umt_config.pll_set = dibusb_pll_set, + umt_config.pll_set = dibusb_pll_set; d->fe = mt352_attach(&umt_config, &d->i2c_adap); |