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 25b68843a289..edef2a579617 100644 --- a/drivers/media/video/ivtv/ivtv-ioctl.c +++ b/drivers/media/video/ivtv/ivtv-ioctl.c | |||
@@ -698,7 +698,7 @@ static int ivtv_debug_ioctls(struct file *filp, unsigned int cmd, void *arg) | |||
698 | ivtv_reset_ir_gpio(itv); | 698 | ivtv_reset_ir_gpio(itv); |
699 | } | 699 | } |
700 | if (val & 0x02) { | 700 | if (val & 0x02) { |
701 | itv->video_dec_func(itv, cmd, 0); | 701 | itv->video_dec_func(itv, cmd, NULL); |
702 | } | 702 | } |
703 | break; | 703 | break; |
704 | } | 704 | } |