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)
commitfb2ac84f8acccdec644d26dfc8ba6554f30cd6c0
tree39a4c042953014a6b1b01944bbe07d5dd8bcd939
parente09bd5757b5227d6804b30c58d4587f7f87d1afa
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