aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-driver.c')
-rw-r--r--drivers/media/video/bt8xx/bttv-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c
index 7a8ca0d8356..41c31eabe26 100644
--- a/drivers/media/video/bt8xx/bttv-driver.c
+++ b/drivers/media/video/bt8xx/bttv-driver.c
@@ -1329,7 +1329,7 @@ set_tvnorm(struct bttv *btv, unsigned int norm)
1329 break; 1329 break;
1330 } 1330 }
1331 id = tvnorm->v4l2_id; 1331 id = tvnorm->v4l2_id;
1332 bttv_call_all(btv, tuner, s_std, id); 1332 bttv_call_all(btv, core, s_std, id);
1333 1333
1334 return 0; 1334 return 0;
1335} 1335}