diff options
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp3030.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_vp3030.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp3030.c b/drivers/media/dvb/mantis/mantis_vp3030.c index be4d87c04149..c09308cd3ac6 100644 --- a/drivers/media/dvb/mantis/mantis_vp3030.c +++ b/drivers/media/dvb/mantis/mantis_vp3030.c | |||
@@ -59,11 +59,11 @@ static int vp3030_frontend_init(struct mantis_pci *mantis, struct dvb_frontend * | |||
59 | struct mantis_hwconfig *config = mantis->hwconfig; | 59 | struct mantis_hwconfig *config = mantis->hwconfig; |
60 | int err = 0; | 60 | int err = 0; |
61 | 61 | ||
62 | gpio_set_bits(mantis, config->reset, 0); | 62 | mantis_gpio_set_bits(mantis, config->reset, 0); |
63 | msleep(100); | 63 | msleep(100); |
64 | err = mantis_frontend_power(mantis, POWER_ON); | 64 | err = mantis_frontend_power(mantis, POWER_ON); |
65 | msleep(100); | 65 | msleep(100); |
66 | gpio_set_bits(mantis, config->reset, 1); | 66 | mantis_gpio_set_bits(mantis, config->reset, 1); |
67 | 67 | ||
68 | if (err == 0) { | 68 | if (err == 0) { |
69 | msleep(250); | 69 | msleep(250); |