USB: usbtmc: fix switch statment
commita92b63e7e4c185b4dd9e87762e2cb716e54482d0
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 15 Jun 2009 20:13:05 +0000 (15 13:13 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Jun 2009 04:44:48 +0000 (15 21:44 -0700)
treeaf8b5556def527aa7c362ec4c455f09178fdff27
parent3b6c023f831e3179c42bbcff189c73628cd5ea4c
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>
drivers/usb/class/usbtmc.c