[PATCH] V4L: Fixes warning at bttv-driver.c
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>
This commit is contained in:
parent
f5b974cb16
commit
97cb445df6
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue