[PATCH 3/4] clk: vt8500: Use of_init_clk_data()
From: Tony Prisk <hidden>
Date: 2012-12-18 06:20:37
Also in:
lkml
From: Tony Prisk <hidden>
Date: 2012-12-18 06:20:37
Also in:
lkml
On Mon, 2012-12-17 at 13:02 -0800, Stephen Boyd wrote:
Reduce lines of code and simplify this driver by using the generic clock binding parsing function. Signed-off-by: Stephen Boyd <redacted> Cc: Tony Prisk <redacted> --- drivers/clk/clk-vt8500.c | 39 +++++++++++++++------------------------ 1 file changed, 15 insertions(+), 24 deletions(-)
Looks fine, and compiles without errors/warnings. Acked-by: Tony Prisk <redacted>