clk: clk-conf: Fix error message when clock isn't found
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Fri, 8 Jul 2016 07:14:38 +0000 (09:14 +0200)
committerMichael Turquette <mturquette@baylibre.com>
Fri, 8 Jul 2016 18:27:58 +0000 (11:27 -0700)
commitc200c39b2d3906dfd5c7d6b3918befda5b5d7ea2
tree27d019e252b75fe21d033d210e62ede8057fb62f
parenta0fc8c4f4ca744432765dabc76ef642a19e197de
clk: clk-conf: Fix error message when clock isn't found

When failing to lookup the assigned clock for setting its parents, we
were previously printing a misleading error message that lead to think
that it was the parent clock what couldn't be found.

Change error message to make clear that it's the assigned clock what
couldn't be found in this case.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Link: lkml.kernel.org/r/1467962078-30405-1-git-send-email-tomeu.vizoso@collabora.com
drivers/clk/clk-conf.c