From: Peter Huewe Date: Tue, 24 Apr 2012 21:19:40 +0000 (+0200) Subject: tools lib traceevent: Add missing break in make_bprint_args X-Git-Tag: v3.6-rc1~167^2~7^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9bbabe32a231b5caa8c42fa6783405346983c59;p=pandora-kernel.git 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 Signed-off-by: Steven Rostedt Link: http://lkml.kernel.org/n/tip-3fxjy46h2tr9pl0spv7tems6@git.kernel.org Signed-off-by: Namhyung Kim --- Reading git-diff-tree failed