diff options
Diffstat (limited to 'drivers/media/video/au0828/au0828-video.c')
-rw-r--r-- | drivers/media/video/au0828/au0828-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/au0828/au0828-video.c b/drivers/media/video/au0828/au0828-video.c index 51527d7b55a7..1485aee18d58 100644 --- a/drivers/media/video/au0828/au0828-video.c +++ b/drivers/media/video/au0828/au0828-video.c | |||
@@ -830,7 +830,7 @@ static int au0828_v4l2_close(struct file *filp) | |||
830 | au0828_uninit_isoc(dev); | 830 | au0828_uninit_isoc(dev); |
831 | 831 | ||
832 | /* Save some power by putting tuner to sleep */ | 832 | /* Save some power by putting tuner to sleep */ |
833 | v4l2_device_call_all(&dev->v4l2_dev, 0, tuner, s_standby); | 833 | v4l2_device_call_all(&dev->v4l2_dev, 0, core, s_power, 0); |
834 | 834 | ||
835 | /* When close the device, set the usb intf0 into alt0 to free | 835 | /* When close the device, set the usb intf0 into alt0 to free |
836 | USB bandwidth */ | 836 | USB bandwidth */ |