From: Miquel Raynal Date: Mon, 5 Aug 2019 10:03:07 +0000 (+0200) Subject: clk: mvebu: ap806: be more explicit on what SaR is X-Git-Tag: v5.15~5472^2~4^4~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd016cb01835e0b9f62fb675b336fbded912dcb6;p=platform%2Fkernel%2Flinux-starfive.git clk: mvebu: ap806: be more explicit on what SaR is "SaR" means Sample at Reset. DIP switches can be changed on the board, their states at reset time is available through a register read. Signed-off-by: Miquel Raynal Link: https://lkml.kernel.org/r/20190805100310.29048-6-miquel.raynal@bootlin.com Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/mvebu/ap806-system-controller.c b/drivers/clk/mvebu/ap806-system-controller.c index 73ba8fd7860f..2cf874f01394 100644 --- a/drivers/clk/mvebu/ap806-system-controller.c +++ b/drivers/clk/mvebu/ap806-system-controller.c @@ -89,7 +89,7 @@ static int ap806_syscon_common_probe(struct platform_device *pdev, cpuclk_freq = 600; break; default: - dev_err(dev, "invalid SAR value\n"); + dev_err(dev, "invalid Sample at Reset value\n"); return -EINVAL; }