OSDN Git Service

clk: replace pr_warn() with pr_err() for fatal cases
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 28 Dec 2015 10:23:03 +0000 (19:23 +0900)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 2 Feb 2016 01:01:59 +0000 (17:01 -0800)
commitc44fccb5f7b071d36cac3962799ba5a571429c28
treec34d79305dff564f96a8878e7f6201778e878310
parent3c436bf95a1df22fa501be7134bccd29f8387dfe
clk: replace pr_warn() with pr_err() for fatal cases

These three cases let clk_register() fail.  They should be considered
as error messages.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c