commit | 3dabfa2bda48dab717986609762ce2a49335eb99 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sun Aug 09 16:49:59 2020 +0200 |
committer | Stephen Boyd <sboyd@kernel.org> | Tue Aug 18 20:08:23 2020 -0700 |
tree | d42db224b6313cd250f39a1d6d9568ecbd57f49d | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 [diff] |
clk: davinci: Use the correct size when allocating memory 'sizeof(*pllen)' should be used in place of 'sizeof(*pllout)' to avoid a small over-allocation. Fixes: 2d1726915159 ("clk: davinci: New driver for davinci PLL clocks") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/20200809144959.747986-1-christophe.jaillet@wanadoo.fr Reviewed-by: David Lechner <david@lechnology.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>