Daniel Walker 18bcbcfe9c 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>
2008-02-01 14:35:02 -08:00
..
2008-02-01 14:34:57 -08:00
2005-04-16 15:20:36 -07:00
2007-10-25 12:18:45 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-10-25 12:18:45 -07:00
2007-10-25 12:18:44 -07:00
2007-02-23 15:03:45 -08:00
2006-12-20 10:13:22 -08:00
2005-04-16 15:20:36 -07:00
2007-10-25 12:18:43 -07:00
2007-10-25 12:18:46 -07:00
2008-02-01 14:34:57 -08:00