V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.
[safe/jmp/linux-2.6] / drivers / media / video / bt8xx / bttv-driver.c
index 7a8ca0d..41c31ea 100644 (file)
@@ -1329,7 +1329,7 @@ set_tvnorm(struct bttv *btv, unsigned int norm)
                break;
        }
        id = tvnorm->v4l2_id;
-       bttv_call_all(btv, tuner, s_std, id);
+       bttv_call_all(btv, core, s_std, id);
 
        return 0;
 }