]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit6e60d4fea25bce7912fca97adca2354321176a47
tree38635f09e5d02ef4cedba02fe1f8892cade6690b
parent7dcf4b01ab1b5e003e97cef72b67fae8f942ef93
[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