Hi, On 09.02.2014 13:51, taikyung yu wrote:
init has pll initialization information. but it is local variable. so it is just valid in samsung_clk_register_pll2550x() function. Signed-off-by: taikyung yu <taikyung.yu@xxxxxxxxx> --- drivers/clk/samsung/clk-pll.c | 61 +++++++++++++++++++++++++---------------- 1 file changed, 37 insertions(+), 24 deletions(-)
As far as I can see all the data from clk_init_data struct are copied by clk_register(), so I'm not sure if there is any reason why current code could be wrong.
Have you actually observed any issues without this patch? Best regards, Tomasz -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html