Re: [U-Boot] [PATCH v2 7/7] mmc: atmel_sdhci: Remove unneccessary clock calling

2016-09-20 Thread Jaehoon Chung
On 09/18/2016 03:53 PM, Wenyou Yang wrote: > Due to the peripheral and generated clock driver improvement, > remove the unneccessary clock calling. s/unneccessary/unnecessary Also subject.. :) > > Signed-off-by: Wenyou Yang Reviewed-by: Jaehoon Chung

[U-Boot] [PATCH v2 7/7] mmc: atmel_sdhci: Remove unneccessary clock calling

2016-09-18 Thread Wenyou Yang
Due to the peripheral and generated clock driver improvement, remove the unneccessary clock calling. Signed-off-by: Wenyou Yang --- Changes in v2: None drivers/mmc/atmel_sdhci.c | 27 ++- 1 file changed, 2 insertions(+), 25 deletions(-) diff