projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0d3df
)
V4L/DVB (8495): usb/anysee.c: make struct anysee_usb_mutex static
author
Adrian Bunk
<bunk@kernel.org>
Mon, 21 Jul 2008 19:33:42 +0000
(16:33 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sat, 26 Jul 2008 16:18:21 +0000
(13:18 -0300)
This patch makes the needlessly global struct anysee_usb_mutex static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-usb/anysee.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/dvb-usb/anysee.c
b/drivers/media/dvb/dvb-usb/anysee.c
index
adfd4fc
..
2f408d2
100644
(file)
--- a/
drivers/media/dvb/dvb-usb/anysee.c
+++ b/
drivers/media/dvb/dvb-usb/anysee.c
@@
-43,7
+43,7
@@
module_param_named(debug, dvb_usb_anysee_debug, int, 0644);
MODULE_PARM_DESC(debug, "set debugging level" DVB_USB_DEBUG_STATUS);
DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr);
-struct mutex anysee_usb_mutex;
+st
atic st
ruct mutex anysee_usb_mutex;
static int anysee_ctrl_msg(struct dvb_usb_device *d, u8 *sbuf, u8 slen,
u8 *rbuf, u8 rlen)