commit | 1ce7dd26e0f0e34bb75ec56f7f546151af34fcf9 | [log] [tgz] |
---|---|---|
author | Luiz Fernando Capitulino <lcapitulino@mandriva.com.br> | Fri Mar 24 17:12:31 2006 -0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 14 11:12:20 2006 -0700 |
tree | 38635f09e5d02ef4cedba02fe1f8892cade6690b | |
parent | 14cd5f8e85e90c9dead2393377b9a2c23131e0ce [diff] |
[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>