projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b974c
)
[PATCH] V4L: Fixes warning at bttv-driver.c
author
Luiz Capitulino
<lcapitulino@mandriva.com.br>
Thu, 1 Dec 2005 08:51:24 +0000
(
00:51
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 1 Dec 2005 23:48:56 +0000
(15:48 -0800)
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>
drivers/media/video/bttv-driver.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/bttv-driver.c
b/drivers/media/video/bttv-driver.c
index 709099f03bd20e5903a80e0f113f188824363330..5bc522259d36ab6c73709f4a558ac4a1c7c9a990 100644
(file)
--- a/
drivers/media/video/bttv-driver.c
+++ b/
drivers/media/video/bttv-driver.c
@@
-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;
}