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
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
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 Hoffmann
Signed-off-by: Stefan Weil
---
usb-linux.c |1 +
1 files changed, 1 insertions(+),