From: Namhyung Kim Date: Wed, 12 Sep 2012 02:11:05 +0000 (+0900) Subject: perf test: Fixup for the die() removal X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~97^2~7^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb77ac3a36f896bc6acdfcafdebfa1434f775ed4;p=pandora-kernel.git perf test: Fixup for the die() removal The commit 32c7f7383a09 ("perf test: Remove die() calls") replaced die() call to pr_debug + return -1, but it should be pr_err otherwise it'll not show up unless -v option is given. Fix it. Signed-off-by: Namhyung Kim Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1347415866-303-1-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed