usb-linux: Add missing break statement
commit0225e254ae81c5638463cda8f5730f31619113b6
authorStefan Weil <weil@mail.berlios.de>
Sat, 7 May 2011 20:10:53 +0000 (7 22:10 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 9 May 2011 14:18:32 +0000 (9 16:18 +0200)
treedb66c56858d649ff7c4424dbc577c6eb01f4b4d7
parentb3e5759e090e7f1dcb8d226bd77a3db203892ebd
usb-linux: Add missing break statement

cppcheck report:
usb-linux.c:661: warning: Redundant assignment of "len" in switch

Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
usb-linux.c