Re: [PATCH] clk: davinci: Use the correct size when allocating memory

From: David Lechner
Date: Wed Aug 12 2020 - 12:06:59 EST


On 8/9/20 9:49 AM, Christophe JAILLET wrote:
'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@xxxxxxxxxx>
---

Reviewed-by: David Lechner <david@xxxxxxxxxxxxxx>