projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f0800f
)
Staging: otus: removes global variable initialization to 0 in wwrap.c
author
Prashant P. Shah
<pshah.mumbai@gmail.com>
Tue, 7 Sep 2010 13:14:50 +0000
(18:44 +0530)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 8 Sep 2010 02:39:15 +0000
(19:39 -0700)
This is a patch to the wwrap.c file that removes the initialization
of global variable 'smp_kevent_Lock' to 0
Signed-off-by: Prashant P. Shah <pshah.mumbai@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/otus/wwrap.c
patch
|
blob
|
history
diff --git
a/drivers/staging/otus/wwrap.c
b/drivers/staging/otus/wwrap.c
index
87bc53b
..
c4bbd6b
100644
(file)
--- a/
drivers/staging/otus/wwrap.c
+++ b/
drivers/staging/otus/wwrap.c
@@
-936,7
+936,7
@@
u32_t zfwReadReg(zdev_t *dev, u32_t offset)
#define KEVENT_WATCHDOG 0x00000001
-u32_t smp_kevent_Lock
= 0
;
+u32_t smp_kevent_Lock;
void kevent(struct work_struct *work)
{