From: Thomas Petazzoni Date: Sun, 19 Oct 2014 09:30:29 +0000 (+0200) Subject: cpufreq: cpufreq-dt: adjust message related to regulators X-Git-Tag: fixes-against-v3.18-rc2~13^2^3~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00de1ab21acbd150db341cb56f1897550d6688c;p=pandora-kernel.git cpufreq: cpufreq-dt: adjust message related to regulators The cpufreq-dt driver tries to get a regulator for each CPU. This regulator is optional, but when not present, a scary message "failed to get cpuX regulator" is displayed. To solve this, we reduce the severity of the message from dev_warn() to dev_dbg() and we reword the message to not be as scary. Signed-off-by: Thomas Petazzoni Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed