Skip to content

Commit

Permalink
[PATCH] V4L: Fixes warning at bttv-driver.c
Browse files Browse the repository at this point in the history
Fixes warning at bttv-driver.c

Signed-off-by: Luiz Capitulino <lcapitulino@mandriva.com.br>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Luiz Capitulino authored and Linus Torvalds committed Dec 1, 2005
1 parent f5b974c commit 97cb445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/bttv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ static int bttv_common_ioctls(struct bttv *btv, unsigned int cmd, void *arg)
}
case VIDIOC_LOG_STATUS:
{
bttv_call_i2c_clients(btv, VIDIOC_LOG_STATUS, 0);
bttv_call_i2c_clients(btv, VIDIOC_LOG_STATUS, NULL);
return 0;
}

Expand Down

0 comments on commit 97cb445

Please sign in to comment.