[PATCH v2 01/22] clk: at91: audio-pll: fix audio pmc type
From: sboyd@kernel.org (Stephen Boyd)
Date: 2018-10-17 17:49:33
Also in:
linux-clk, linux-devicetree, lkml
From: sboyd@kernel.org (Stephen Boyd)
Date: 2018-10-17 17:49:33
Also in:
linux-clk, linux-devicetree, lkml
Quoting Alexandre Belloni (2018-10-16 07:21:39)
The allocation for the audio pmc is using the size of struct clk_audio_pad
instead of struct clk_audio_pmc. This works fine because the former is
larger than the latter but it is safer to be correct.
Fixes: ("0865805d82d4 clk: at91: add audio pll clock drivers")
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---Applied to clk-next