tools lib traceevent: Add missing break in make_bprint_args
authorPeter Huewe <peterhuewe@gmx.de>
Tue, 24 Apr 2012 21:19:40 +0000 (23:19 +0200)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 4 Jul 2012 04:40:31 +0000 (13:40 +0900)
commitc9bbabe32a231b5caa8c42fa6783405346983c59
tree0ba5ec3bffb8ee5ccd67dae6662e3f9e950864b7
parent0fed48341529716c38493be66591bda458921b75
tools lib traceevent: Add missing break in make_bprint_args

In the current code we assign vsize=8 and then fall through to the
default and assign vsize=1. -> probably the break is missing here,
otherwise we can remove the case.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/n/tip-3fxjy46h2tr9pl0spv7tems6@git.kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/lib/traceevent/event-parse.c