mmc: atmel-mci: prepare clk before calling enable
authorBoris BREZILLON <b.brezillon@overkiz.com>
Thu, 18 Jul 2013 07:38:52 +0000 (09:38 +0200)
committerChris Ball <cjb@laptop.org>
Sun, 25 Aug 2013 03:14:59 +0000 (23:14 -0400)
commitb3894f267d96146ef2bc5fa21437cb9be4e18254
treea57a420432307a44871064725a526ad90315d5a5
parent77776fd0a4cc541b9a528eacc1d31ca47eb1ae7a
mmc: atmel-mci: prepare clk before calling enable

Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to
avoid common clk framework warnings.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/atmel-mci.c