From: Greg Kroah-Hartman Date: Mon, 15 Jun 2009 20:13:05 +0000 (-0700) Subject: USB: usbtmc: fix switch statment X-Git-Tag: v2.6.31-rc1~304^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92b63e7e4c185b4dd9e87762e2cb716e54482d0;p=pandora-kernel.git 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 Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed