]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf target: Fix check on buffer size
authorNamhyung Kim <namhyung.kim@lge.com>
Thu, 26 Jul 2012 01:50:10 +0000 (10:50 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 1 Aug 2012 21:42:54 +0000 (18:42 -0300)
commit0ecf4f0c02b7802de5d1251e03e6eab360f158e1
treefacd47d1b40553120ddba146c9cea03cbb35f031
parent028df76726c5637c6f70a064d94452808ec74f9e
perf target: Fix check on buffer size

It was a mistake just replace assert to BUG_ON since its condition
should be negated. Fix it.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: "Kirill A. Shutemov" <kirill@shutemov.name>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Kirill A. Shutemov <kirill@shutemov.name>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Ulrich Drepper <drepper@gmail.com>
Link: http://lkml.kernel.org/r/1343267410-7758-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/target.c