[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070419111902.GB11493@arun.site>
Date: Thu, 19 Apr 2007 16:49:02 +0530
From: Milind Arun Choudhary <milindchoudhary@...il.com>
To: Kernel Janitors <kernel-janitors@...ts.osdl.org>,
INPUT <linux-input@...ey.karlin.mff.cuni.cz>
Cc: Andrw Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>, dmitry.torokhov@...il.com
Subject: [KJ][PATCH]SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboard
SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead
Signed-off-by: Milind Arun Choudhary <milindchoudhary@...il.com>
---
keyboard.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/char/keyboard.c b/drivers/char/keyboard.c
index cb8d691..df9bfc1 100644
--- a/drivers/char/keyboard.c
+++ b/drivers/char/keyboard.c
@@ -110,7 +110,7 @@ struct kbd_struct kbd_table[MAX_NR_CONSOLES];
static struct kbd_struct *kbd = kbd_table;
struct vt_spawn_console vt_spawn_con = {
- .lock = SPIN_LOCK_UNLOCKED,
+ .lock = __SPIN_LOCK_UNLOCKED(vt_spawn_con.lock),
.pid = NULL,
.sig = 0,
};
--
Milind Arun Choudhary
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists