From: Daniel Walker Date: Fri, 11 Jan 2008 16:45:44 +0000 (-0800) Subject: USB: misc: legousbtower: semaphore to mutex X-Git-Tag: v2.6.25-rc1~1075^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18bcbcfe9ca2308ebffb40068b51803da9315d97;p=pandora-kernel.git USB: misc: legousbtower: semaphore to mutex The dev->sem conforms to mutex style usage. This patch converts it to use the struct mutex type, and new API. There is also a small style fix around this comment, /* unlock here as tower_delete frees dev */ Where I broke the line up to meet the 80 char limit. Signed-off-by: Daniel Walker Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed