lkml.org 
[lkml]   [2009]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[Patch RFC 04/37] input: mouse/hil_ptr: semaphore cleanup
The usage of this "mutex" is non obvious and probably a completion in
some places. Make it a semaphore.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Dmitry Torokhov <dtor@mail.ru>
---
drivers/input/mouse/hil_ptr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6-tip/drivers/input/mouse/hil_ptr.c
===================================================================
--- linux-2.6-tip.orig/drivers/input/mouse/hil_ptr.c
+++ linux-2.6-tip/drivers/input/mouse/hil_ptr.c
@@ -270,7 +270,7 @@ static int hil_ptr_connect(struct serio
serio_set_drvdata(serio, ptr);
ptr->serio = serio;

- init_MUTEX_LOCKED(&ptr->sem);
+ semaphore_init_locked(&ptr->sem);

/* Get device info. MLC driver supplies devid/status/etc. */
serio->write(serio, 0);



\
 
 \ /
  Last update: 2009-07-26 10:25    [W:0.188 / U:1.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site