Skip to content

Commit

Permalink
Staging: otus: removes global variable initialization to 0 in wwrap.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Prashant P. Shah authored and Greg Kroah-Hartman committed Sep 8, 2010
1 parent 0f0800f commit 675d640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/otus/wwrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 675d640

Please sign in to comment.