]> git.baikalelectronics.ru Git - kernel.git/commit
clk: berlin: Pass correct type to hw provider registration
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 16 Nov 2016 19:02:00 +0000 (11:02 -0800)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 16 Nov 2016 19:04:17 +0000 (11:04 -0800)
commit99edcdcf0b7bceb4d2e4f2a0bb9f72f8b3fa0bf1
tree3649f02495c45329772a25752d43608bcafe7f7d
parent6f54e178ae35a79261f816001c141f903607b416
clk: berlin: Pass correct type to hw provider registration

Dan Carpenter reports that we're passing a pointer to a pointer
here when we should just be passing a pointer. Pass the right
pointer so that the of_clk_hw_onecell_get() sees the appropriate
data pointer on its end.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Jisheng Zhang <jszhang@marvell.com>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Stephen Boyd <stephen.boyd@linaro.org>
Fixes: cbec6d4961b0 ("clk: berlin: Migrate to clk_hw based registration and OF APIs")
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/berlin/bg2.c
drivers/clk/berlin/bg2q.c