commit | 18bcbcfe9ca2308ebffb40068b51803da9315d97 | [log] [tgz] |
---|---|---|
author | Daniel Walker <dwalker@mvista.com> | Fri Jan 11 08:45:44 2008 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 01 14:35:02 2008 -0800 |
tree | 11da1847cf54dc79c5976ede115de0761ddc26a0 | |
parent | da0e8fb00b862aa10265f0c64930b432cd44420b [diff] |
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 <dwalker@mvista.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>