]> git.baikalelectronics.ru Git - kernel.git/commit
clk: rk808: Pass the right pointer as the get_hw context
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Fri, 9 Sep 2016 13:25:06 +0000 (15:25 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 9 Sep 2016 18:07:07 +0000 (11:07 -0700)
commitbbbf2357698a612535384f130ed37a532f0a4fa8
treec7b2a335d14bf2b466493ae831b7be3b7bcd93d3
parent7eee63b6f88285d60a977aa60017fb6ec2a67d11
clk: rk808: Pass the right pointer as the get_hw context

Right now we are passing a pointer to a pointer to the structure that
will be used to fetch the clk hw, which gets casted later to a pointer
to the structure, thus getting garbage in the hw structs.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Fixes: 4364eb0d424c ("clk: rk808: Migrate to clk_hw based OF and
registration APIs")
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-rk808.c