From: Pramod Gurav Date: Tue, 23 Sep 2014 12:51:48 +0000 (+0530) Subject: mmc: atmel-mci: Switch to using managed resource in probe X-Git-Tag: fixes-against-v3.18-rc2~127^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bca646e0fc34b19cd84e14ed474d1c95830cc80;p=pandora-kernel.git 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-diff-tree failed