Loading drivers/media/video/bt8xx/bttv-driver.c +7 −7 Original line number Original line Diff line number Diff line Loading @@ -3420,7 +3420,7 @@ static const struct v4l2_file_operations bttv_fops = .owner = THIS_MODULE, .owner = THIS_MODULE, .open = bttv_open, .open = bttv_open, .release = bttv_release, .release = bttv_release, .ioctl = video_ioctl2, .unlocked_ioctl = video_ioctl2, .read = bttv_read, .read = bttv_read, .mmap = bttv_mmap, .mmap = bttv_mmap, .poll = bttv_poll, .poll = bttv_poll, Loading Loading
drivers/media/video/bt8xx/bttv-driver.c +7 −7 Original line number Original line Diff line number Diff line Loading @@ -3420,7 +3420,7 @@ static const struct v4l2_file_operations bttv_fops = .owner = THIS_MODULE, .owner = THIS_MODULE, .open = bttv_open, .open = bttv_open, .release = bttv_release, .release = bttv_release, .ioctl = video_ioctl2, .unlocked_ioctl = video_ioctl2, .read = bttv_read, .read = bttv_read, .mmap = bttv_mmap, .mmap = bttv_mmap, .poll = bttv_poll, .poll = bttv_poll, Loading