]> git.baikalelectronics.ru Git - kernel.git/commit
PM / devfreq: rockchip-dfi: Fix an error message
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 10 Sep 2022 14:15:56 +0000 (16:15 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Sun, 25 Sep 2022 18:59:43 +0000 (03:59 +0900)
commite2f495961e5df8d1f619f58ee938628ecc95831d
tree39a4c042953014a6b1b01944bbe07d5dd8bcd939
parent837686ef3834b59f58df85be48dbb1204d4401d4
PM / devfreq: rockchip-dfi: Fix an error message

There is a typo in the message. The clock name should be 'pclk_ddr_mon'.
Fix it.

While at it, switch to dev_err_probe() which is less verbose, filters
-EPROBE_DEFER, and log the error code in a human readable way.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/event/rockchip-dfi.c