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@xxxxxxxxx> --- drivers/staging/otus/wwrap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/otus/wwrap.c b/drivers/staging/otus/wwrap.c index eee2f56..cab9ffb 100644 --- a/drivers/staging/otus/wwrap.c +++ b/drivers/staging/otus/wwrap.c @@ -939,7 +939,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) { -- 1.6.0.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel