mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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:
|
||
|---|---|---|
| .. | ||
| berlin2-avpll.c | ||
| berlin2-avpll.h | ||
| berlin2-div.c | ||
| berlin2-div.h | ||
| berlin2-pll.c | ||
| berlin2-pll.h | ||
| bg2.c | ||
| bg2q.c | ||
| common.h | ||
| Makefile | ||