aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 476acb02a3d3..5aef7ddd091c 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -2286,6 +2286,7 @@ void em28xx_card_setup(struct em28xx *dev)
2286 em28xx_set_mode() in em28xx_pre_card_setup() was a no-op, 2286 em28xx_set_mode() in em28xx_pre_card_setup() was a no-op,
2287 so make the call now so the analog GPIOs are set properly 2287 so make the call now so the analog GPIOs are set properly
2288 before probing the i2c bus. */ 2288 before probing the i2c bus. */
2289 em28xx_gpio_set(dev, dev->board.tuner_gpio);
2289 em28xx_set_mode(dev, EM28XX_ANALOG_MODE); 2290 em28xx_set_mode(dev, EM28XX_ANALOG_MODE);
2290 break; 2291 break;
2291 case EM2820_BOARD_SILVERCREST_WEBCAM: 2292 case EM2820_BOARD_SILVERCREST_WEBCAM: