]> git.baikalelectronics.ru Git - kernel.git/commit
clk: clocking-wizard: Use dev_err_probe() helper
authorYang Yingliang <yangyingliang@huawei.com>
Tue, 13 Sep 2022 03:14:42 +0000 (11:14 +0800)
committerStephen Boyd <sboyd@kernel.org>
Mon, 3 Oct 2022 20:24:26 +0000 (13:24 -0700)
commitadbbc5efc41caec9b9c58d5a265a8436370a1b3a
tree0e1c971fc5cbe796b61ebb8034ad3a634a6a4d14
parent1c035d118c1600db4f4921c7565cc9a84fbaed28
clk: clocking-wizard: Use dev_err_probe() helper

dev_err() can be replace with dev_err_probe() which will check if error
code is -EPROBE_DEFER.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20220913031442.980720-1-yangyingliang@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/xilinx/clk-xlnx-clock-wizard.c