]> Git Repo - linux.git/commitdiff
[PATCH] V4L: Fixes warning at bttv-driver.c
authorLuiz Capitulino <[email protected]>
Thu, 1 Dec 2005 08:51:24 +0000 (00:51 -0800)
committerLinus Torvalds <[email protected]>
Thu, 1 Dec 2005 23:48:56 +0000 (15:48 -0800)
Fixes warning at bttv-driver.c

Signed-off-by: Luiz Capitulino <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/media/video/bttv-driver.c

index 709099f03bd20e5903a80e0f113f188824363330..5bc522259d36ab6c73709f4a558ac4a1c7c9a990 100644 (file)
@@ -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;
        }
 
This page took 0.058707 seconds and 4 git commands to generate.