Re: [U-Boot] [PATCH v2 27/37] rockchip: rk3288: clock: Fix various minor errors

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:45, Simon Glass wrote: > Fix a number of small errors which were found in reviewing the clock code. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/clk/clk_rk3288.c | 21 + > 1 file

[U-Boot] [PATCH v2 27/37] rockchip: rk3288: clock: Fix various minor errors

2016-01-21 Thread Simon Glass
Fix a number of small errors which were found in reviewing the clock code. Signed-off-by: Simon Glass --- Changes in v2: None drivers/clk/clk_rk3288.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/drivers/clk/clk_rk3288.c