Home
last modified time | relevance | path

Searched hist:"1295 e36a488efdad9b21eb0aeabfd0b23a87a313" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/sunxi/
H A Dclk-sun8i-mbus.cdiff 1295e36a488efdad9b21eb0aeabfd0b23a87a313 Fri Mar 04 11:18:41 CST 2016 Stephen Boyd <sboyd@codeaurora.org> clk: sunxi: Remove use of variable length array

Using an array allocated on the stack may lead to stack overflows
and other problems so let's move the allocation to the heap
instead. This silences the following checker warning as well.

drivers/clk/sunxi/clk-sun8i-mbus.c:36:29: warning: Variable length array is used

Cc: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>