Re: [U-Boot] [PATCH 3/4] EXYNOS: CLOCK: Initialised the local variable

2012-12-05 Thread Jaehoon Chung
Acked-by: Jaehoon Chung On 12/05/2012 10:31 PM, Amar wrote: > This patch initialises the local variable 'shift' to zero to avoid > improper extraction of ratio and pre-ratio divider values. Extraction of > improper values was happening due to garbage value present in local variable. > > Signed-o

[U-Boot] [PATCH 3/4] EXYNOS: CLOCK: Initialised the local variable

2012-12-05 Thread Amar
This patch initialises the local variable 'shift' to zero to avoid improper extraction of ratio and pre-ratio divider values. Extraction of improper values was happening due to garbage value present in local variable. Signed-off-by: Amarendra Reddy --- arch/arm/cpu/armv7/exynos/clock.c |4 ++