From 675d6409ae5ac0816af5e672b7030e350408d563 Mon Sep 17 00:00:00 2001 From: "Prashant P. Shah" Date: Tue, 7 Sep 2010 18:44:50 +0530 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/otus/wwrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/otus/wwrap.c b/drivers/staging/otus/wwrap.c index 87bc53b..c4bbd6b 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) { -- 2.7.4