From: Masami Hiramatsu Date: Fri, 27 Feb 2015 04:50:28 +0000 (+0900) Subject: perf buildid-cache: Use pr_debug instead of verbose && pr_info X-Git-Tag: omap-for-v4.2/o2_dc~146^2~63^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc169c7c31253e80e0d504f0cd5dbb9f1e3d3ac5;p=pandora-kernel.git perf buildid-cache: Use pr_debug instead of verbose && pr_info Use pr_debug instead of the combination of verbose and pr_info. "if (verbose) pr_info(...)" is same as "pr_debug(...)", replace it. Signed-off-by: Masami Hiramatsu Suggested-by: Namhyung Kim Cc: Adrian Hunter Cc: Borislav Petkov Cc: Hemant Kumar Cc: Jiri Olsa Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20150227045028.1999.93137.stgit@localhost.localdomain Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed