]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/cx88/cx88-video.c
V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.
[linux-2.6-omap-h63xx.git] / drivers / media / video / cx88 / cx88-video.c
index 434237af5184ec99632b454a195affc62a2ce78d..fb0764af6c77c7c328ff7c758f3e1e6f10b39a0b 100644 (file)
@@ -931,7 +931,7 @@ static int video_release(struct file *file)
        kfree(fh);
 
        if(atomic_dec_and_test(&dev->core->users))
-               call_all(dev->core, core, s_standby, 0);
+               call_all(dev->core, tuner, s_standby);
 
        return 0;
 }