aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/otus
diff options
context:
space:
mode:
authorPrashant P. Shah <pshah.mumbai@gmail.com>2010-09-07 18:44:50 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-07 19:39:15 -0700
commit675d6409ae5ac0816af5e672b7030e350408d563 (patch)
tree4f4cb18c7a7c94f44185501002a15566156ea80d /drivers/staging/otus
parentstaging: Bulk convert the semaphore mess (diff)
downloadlinux-dev-675d6409ae5ac0816af5e672b7030e350408d563.tar.xz
linux-dev-675d6409ae5ac0816af5e672b7030e350408d563.zip
Staging: otus: removes global variable initialization to 0 in wwrap.c
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>
Diffstat (limited to 'drivers/staging/otus')
-rw-r--r--drivers/staging/otus/wwrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/otus/wwrap.c b/drivers/staging/otus/wwrap.c
index 87bc53b9753a..c4bbd6b2a5fa 100644
--- 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)
{