From: Arjan van de Ven Date: Tue, 28 Mar 2006 09:00:21 +0000 (-0800) Subject: [PATCH] USB: convert the semaphores in the sisusb driver to mutexes X-Git-Tag: v2.6.18-rc1~858^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2682d27c5884550857cd96231db5b22b3acced53;p=pandora-kernel.git [PATCH] USB: convert the semaphores in the sisusb driver to mutexes From: Arjan van de Ven Convert the semaphores-used-as-mutex to mutexes in the sisusb video driver; this required manual checking due to the "return as locked" stuff in this driver, but the ->lock semaphore is still used as mutex in the end. Signed-off-by: Arjan van de Ven Cc: Thomas Winischhofer Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed