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:
ca5edf2
)
Staging: comedi: icp_multi: don't init static
author
Dirk Hohndel
<hohndel@infradead.org>
Wed, 21 Oct 2009 08:05:47 +0000
(
01:05
-0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 11 Dec 2009 20:23:03 +0000
(12:23 -0800)
don't initialize static variable to 0
Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/icp_multi.c
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/drivers/icp_multi.c
b/drivers/staging/comedi/drivers/icp_multi.c
index d6ca6ccb85bc1d3c0188cf2014b249cca77afddf..fa0e48173bd4479968f3eb027ef6ee60583954c2 100644
(file)
--- a/
drivers/staging/comedi/drivers/icp_multi.c
+++ b/
drivers/staging/comedi/drivers/icp_multi.c
@@
-133,7
+133,7
@@
static int icp_multi_detach(struct comedi_device *dev);
Data & Structure declarations
==============================================================================
*/
-static unsigned short pci_list_builded
= 0;
/*>0 list of card is known */
+static unsigned short pci_list_builded
;
/*>0 list of card is known */
struct boardtype {
const char *name; /* driver name */