aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx231xx/cx231xx-cards.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx-cards.c')
-rw-r--r--drivers/media/video/cx231xx/cx231xx-cards.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c b/drivers/media/video/cx231xx/cx231xx-cards.c
index f209fe14f829..c8a32b1b5381 100644
--- a/drivers/media/video/cx231xx/cx231xx-cards.c
+++ b/drivers/media/video/cx231xx/cx231xx-cards.c
@@ -357,10 +357,7 @@ int cx231xx_config(struct cx231xx *dev)
357 */ 357 */
358void cx231xx_config_i2c(struct cx231xx *dev) 358void cx231xx_config_i2c(struct cx231xx *dev)
359{ 359{
360 struct v4l2_routing route; 360 /* u32 input = INPUT(dev->video_input)->vmux; */
361
362 route.input = INPUT(dev->video_input)->vmux;
363 route.output = 0;
364 361
365 call_all(dev, video, s_stream, 1); 362 call_all(dev, video, s_stream, 1);
366} 363}