Currently a mix of clk-qoriq/qoriq-clk and no prefix is used
Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
*
* clock driver for Freescale QorIQ SoCs.
*/
+
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
#include <linux/clk-provider.h>
#include <linux/io.h>
#include <linux/kernel.h>
base = of_iomap(np, 0);
if (!base) {
- pr_err("clk-qoriq: iomap error\n");
+ pr_err("iomap error\n");
return;
}
u32 rate;
if (!np) {
- pr_err("qoriq-clk: could not get parent node\n");
+ pr_err("could not get parent node\n");
return;
}