
30 Aug
2016
30 Aug
'16
10:11 a.m.
This patch set is to fix the wrong used class ID. The class ID of the at91-pmc and at91-sckc driver should be UCLASS_SIMPLE_BUS, instead of UCLASS_CLK. And add an empty .ops callback for the clk_generic driver to avoid a wild pointer.
Wenyou Yang (2): clk: at91: Fix at91-pmc and at91-sckc's class ID clk: at91: Add .ops callback for clk_generic
drivers/clk/at91/pmc.c | 13 +++++-------- drivers/clk/at91/sckc.c | 17 +++++------------ 2 files changed, 10 insertions(+), 20 deletions(-)
--
2.7.4