diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-ioctl.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-ioctl.c b/drivers/media/video/ivtv/ivtv-ioctl.c index 9a0424298af1..052fbe9cde86 100644 --- a/drivers/media/video/ivtv/ivtv-ioctl.c +++ b/drivers/media/video/ivtv/ivtv-ioctl.c | |||
@@ -1121,7 +1121,7 @@ int ivtv_s_std(struct file *file, void *fh, v4l2_std_id *std) | |||
1121 | IVTV_DEBUG_INFO("Switching standard to %llx.\n", (unsigned long long)itv->std); | 1121 | IVTV_DEBUG_INFO("Switching standard to %llx.\n", (unsigned long long)itv->std); |
1122 | 1122 | ||
1123 | /* Tuner */ | 1123 | /* Tuner */ |
1124 | ivtv_call_all(itv, tuner, s_std, itv->std); | 1124 | ivtv_call_all(itv, core, s_std, itv->std); |
1125 | 1125 | ||
1126 | if (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) { | 1126 | if (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) { |
1127 | /* set display standard */ | 1127 | /* set display standard */ |