[PATCH] clk: mvebu: ap806: Remove superfluous of_clk_add_provider
From: sboyd@kernel.org (Stephen Boyd)
Date: 2018-10-01 22:13:59
Also in:
linux-clk, lkml
From: sboyd@kernel.org (Stephen Boyd)
Date: 2018-10-01 22:13:59
Also in:
linux-clk, lkml
Quoting Gregory CLEMENT (2018-09-12 08:35:49)
While applying the commit a8309cedcdce ("clk: apn806: Add eMMC clock to
system controller driver"), of_clk_add_provider was added wheres it was
already present in the probe function.
This extraneous call is harmless but not useful so remove it.
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
---Applied to clk-next