perf report: Fix HV bit mismerge
authorIngo Molnar <mingo@elte.hu>
Wed, 1 Jul 2009 09:17:20 +0000 (11:17 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 1 Jul 2009 09:17:40 +0000 (11:17 +0200)
commit88a69dfbc6ab1e3b51bba8c9103055e21089ebb9
treede22b09f587fa1a1fa82e87127501add953b621d
parent61c45981ddbd718136d49464f00d2f11938aaa6e
perf report: Fix HV bit mismerge

Fix:

 builtin-report.c: In function ‘hist_entry__add’:
 builtin-report.c:1015: error: case label not within a switch statement
 builtin-report.c:1017: error: break statement not within loop or switch

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-report.c