diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-gpio.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-gpio.c b/drivers/media/video/ivtv/ivtv-gpio.c index 676418cbaaad..6a5a7aa66976 100644 --- a/drivers/media/video/ivtv/ivtv-gpio.c +++ b/drivers/media/video/ivtv/ivtv-gpio.c | |||
@@ -130,7 +130,7 @@ int ivtv_reset_tuner_gpio(enum v4l2_tuner_type mode, void *priv, int ptr) | |||
130 | 130 | ||
131 | if (itv->card->type != IVTV_CARD_PG600V2 || itv->options.tuner != TUNER_XCEIVE_XC3028) | 131 | if (itv->card->type != IVTV_CARD_PG600V2 || itv->options.tuner != TUNER_XCEIVE_XC3028) |
132 | return -EINVAL; | 132 | return -EINVAL; |
133 | IVTV_INFO("Resetting tuner.\n"); | 133 | IVTV_INFO("Resetting tuner\n"); |
134 | curout = read_reg(IVTV_REG_GPIO_OUT); | 134 | curout = read_reg(IVTV_REG_GPIO_OUT); |
135 | curdir = read_reg(IVTV_REG_GPIO_DIR); | 135 | curdir = read_reg(IVTV_REG_GPIO_DIR); |
136 | curdir |= (1 << 12); /* GPIO bit 12 */ | 136 | curdir |= (1 << 12); /* GPIO bit 12 */ |