On 10/02/2018 01:52 PM, Marek Szyprowski wrote:
clk_notifier_register() documentation states, that the provided notifier callbacks associated with the notifier must not re-enter into the clk framework by calling any top-level clk APIs. Fix this by replacing clk_get_rate() calls with clk_hw_get_rate(), which is safe in this context. Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
Thanks for fixing this, I have applied the patch to samsung-clk tree.