Re: [patch 4/8] use mutex instead of semaphore in VLSI 82C147 IrDA controller driver

2007-07-09 Thread David Miller
From: [EMAIL PROTECTED] Date: Mon, 09 Jul 2007 11:51:11 -0700 > From: Matthias Kaehlcke <[EMAIL PROTECTED]> > > The VLSI 82C147 IrDA controller driver uses a semaphore as mutex. Use the > mutex API instead of the (binary) semaphore. > > Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> > Cc:

[patch 4/8] use mutex instead of semaphore in VLSI 82C147 IrDA controller driver

2007-07-09 Thread akpm
From: Matthias Kaehlcke <[EMAIL PROTECTED]> The VLSI 82C147 IrDA controller driver uses a semaphore as mutex. Use the mutex API instead of the (binary) semaphore. Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> Cc: Samuel Ortiz <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTEC