[PATCH] USB serial: Converts port semaphore to mutexes.
authorLuiz Fernando Capitulino <lcapitulino@mandriva.com.br>
Fri, 24 Mar 2006 20:12:31 +0000 (17:12 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Apr 2006 18:12:20 +0000 (11:12 -0700)
The usbserial's port semaphore used to synchronize serial_open()
and serial_close() are strict mutexes, convert them to the mutex
implementation.

Signed-off-by: Luiz Capitulino <lcapitulino@mandriva.com.br>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found