The error message should state that the driver failed to get the
parent clock, not the opposite.

Signed-off-by: Miquel Raynal <[email protected]>
Reviewed-by: Gregory CLEMENT <[email protected]>
---
 drivers/clk/mvebu/armada-37xx-tbg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/mvebu/armada-37xx-tbg.c 
b/drivers/clk/mvebu/armada-37xx-tbg.c
index 585a02e0b330..992f2d1130b3 100644
--- a/drivers/clk/mvebu/armada-37xx-tbg.c
+++ b/drivers/clk/mvebu/armada-37xx-tbg.c
@@ -99,7 +99,7 @@ static int armada_3700_tbg_clock_probe(struct platform_device 
*pdev)
 
        parent = clk_get(dev, NULL);
        if (IS_ERR(parent)) {
-               dev_err(dev, "Could get the clock parent\n");
+               dev_err(dev, "Could not get the clock parent\n");
                return -EINVAL;
        }
        parent_name = __clk_get_name(parent);
-- 
2.19.1

Reply via email to