From: Luiz Fernando Capitulino Date: Fri, 24 Mar 2006 20:12:31 +0000 (-0300) Subject: [PATCH] USB serial: Converts port semaphore to mutexes. X-Git-Tag: v2.6.17-rc2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ce7dd26e0f0e34bb75ec56f7f546151af34fcf9;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed