staging: usbip: add break to default case in switch statements
authormatt mooney <mfm@muteddisk.com>
Fri, 6 May 2011 10:47:54 +0000 (03:47 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 6 May 2011 21:26:15 +0000 (14:26 -0700)
For consistency, a break statement is added to all default cases that
do not jump to a label.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found