From 7bca646e0fc34b19cd84e14ed474d1c95830cc80 Mon Sep 17 00:00:00 2001 From: Pramod Gurav Date: Tue, 23 Sep 2014 18:21:48 +0530 Subject: [PATCH] mmc: atmel-mci: Switch to using managed resource in probe This change uses managed resource APIs to allocate resources such as, clk, gpio, io in order to simplify the driver unload or failure cases. Hence does away with release statements of the same resources in error labels and remove function. Signed-off-by: Pramod Gurav Acked-by: Ludovic Desroches Signed-off-by: Ulf Hansson --- Reading git-format-patch failed