commit | a92b63e7e4c185b4dd9e87762e2cb716e54482d0 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 15 13:13:05 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 15 21:44:48 2009 -0700 |
tree | af8b5556def527aa7c362ec4c455f09178fdff27 | |
parent | 3b6c023f831e3179c42bbcff189c73628cd5ea4c [diff] |
USB: usbtmc: fix switch statment Steve Holland pointed out that we forgot to call break; in the switch statment. This probably resolves a lot of the bug reports I've gotten for the driver lately. Stupid me... Reported-by: Steve Holland <sdh4@iastate.edu> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>