From: Namhyung Kim Date: Wed, 12 Sep 2012 02:11:06 +0000 (+0900) Subject: perf sched: Fixup for the die() removal X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~97^2~7^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b7d14af46ef07778e89556429ec9ab5a7fad0b;p=pandora-kernel.git perf sched: Fixup for the die() removal The commit a116e05dcf61 ("perf sched: 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-2-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed