Commit 97cb445d authored by Luiz Capitulino's avatar Luiz Capitulino Committed by Linus Torvalds

[PATCH] V4L: Fixes warning at bttv-driver.c

Fixes warning at bttv-driver.c
Signed-off-by: default avatarLuiz Capitulino <lcapitulino@mandriva.com.br>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f5b974cb
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment