From: Jan Kiszka <jan.kis...@siemens.com>

Fix a logical inversion of the printed text.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
---
 drivers/clk/clk-uclass.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/clk-uclass.c b/drivers/clk/clk-uclass.c
index ed6e60bc484..78d8ea94c65 100644
--- a/drivers/clk/clk-uclass.c
+++ b/drivers/clk/clk-uclass.c
@@ -180,7 +180,7 @@ int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk)
 bulk_get_err:
        err = clk_release_all(bulk->clks, bulk->count);
        if (err)
-               debug("%s: could release all clocks for %p\n",
+               debug("%s: could not release all clocks for %p\n",
                      __func__, dev);
 
        return ret;
-- 
2.35.3

Reply via email to