git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14cd5f8
)
[PATCH] USB serial: Converts port semaphore to mutexes.
author
Luiz Fernando Capitulino
<lcapitulino@mandriva.com.br>
Fri, 24 Mar 2006 20:12:31 +0000
(17:12 -0300)
committer
Greg 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