From a5adbffda8d88a9e96c579b337b12cc8a6863575 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Wed, 3 Jul 2013 17:02:37 -0300 Subject: [PATCH] mmc: mxs-mmc: Use devm_clk_get() Using devm_clk_get() allows us to remove the clk_put() calls, so let's use it to simplify the code. Rename the 'out_clk_put' label to 'out_clk_disable' now that clk_put is removed. Signed-off-by: Fabio Estevam Acked-by: Shawn Guo Signed-off-by: Chris Ball --- Reading git-format-patch failed