Re: [PATCH 2/2] ELAN U132 Host Controller Driver: convert scheduler_lock to mutex

2007-09-09 Thread Greg KH
On Fri, Sep 07, 2007 at 03:10:54PM +0200, Matthias Kaehlcke wrote: > A corrected version of the patch, the first one contained context > removed by the first patch of this serie This patch for some reason did not apply cleanly. Care to redo it after the next -mm releae that has your first patch i

Re: [PATCH 2/2] ELAN U132 Host Controller Driver: convert scheduler_lock to mutex

2007-09-07 Thread Matthias Kaehlcke
A corrected version of the patch, the first one contained context removed by the first patch of this serie -- The ELAN U132 Host Controller Driver uses the semaphore scheduler_lock as mutex. Use the mutex API instead of the (binary) semaphore. Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]>

[PATCH 2/2] ELAN U132 Host Controller Driver: convert scheduler_lock to mutex

2007-09-06 Thread Matthias Kaehlcke
The ELAN U132 Host Controller Driver uses the semaphore scheduler_lock as mutex. Use the mutex API instead of the (binary) semaphore. Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> -- diff --git a/drivers/usb/host/u132-hcd.c b/drivers/usb/host/u132-hcd.c index b88eb3c..e22 100644 --- a