[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)
commit1ce7dd26e0f0e34bb75ec56f7f546151af34fcf9
tree38635f09e5d02ef4cedba02fe1f8892cade6690b
parent14cd5f8e85e90c9dead2393377b9a2c23131e0ce
[PATCH] USB serial: Converts port semaphore to mutexes.

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>
drivers/usb/serial/usb-serial.c
drivers/usb/serial/usb-serial.h