Re: [Qemu-devel] [PATCH] usb-linux: Add missing break statement
On 05/07/11 22:10, Stefan Weil wrote: cppcheck report: usb-linux.c:661: warning: Redundant assignment of "len" in switch Picked into usb patch queue. thanks, Gerd
Re: [Qemu-devel] [PATCH] usb-linux: Add missing break statement
Thanks, good catch. Acked-by: Hans de Goede On 05/07/2011 10:10 PM, Stefan Weil wrote: cppcheck report: usb-linux.c:661: warning: Redundant assignment of "len" in switch Please check whether adding a break statement is the correct solution for this warning. Cc: Hans de Goede Cc: Gerd Hoffman