commit | 9c67d28e4e7683b4f667fa4c7b6f9aee92b44b5c | [log] [tgz] |
---|---|---|
author | Alessio Igor Bogani <abogani@texware.it> | Sat Mar 13 18:35:14 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Mar 19 07:24:21 2010 -0700 |
tree | 3ebe03430385bbcab1ecaa8f53cc0037386fa44e | |
parent | 11b10d999469dc0514447a15e88c7ef14ec0761d [diff] |
USB: ftdi_sio: Fix locking for change_speed() function The change_speed() function should be serialized against multiple calls. Use the cfg_lock mutex to do this. Signed-off-by: Alessio Igor Bogani <abogani@texware.it> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>