git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfa5d19
)
mmc: atmel-mci: Switch to using managed resource in probe
author
Pramod Gurav
<pramod.gurav@smartplayin.com>
Tue, 23 Sep 2014 12:51:48 +0000
(18:21 +0530)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Wed, 24 Sep 2014 08:37:40 +0000
(10:37 +0200)
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 <pramod.gurav@smartplayin.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/atmel-mci.c
patch
|
blob
|
history
diff --cc
drivers/mmc/host/atmel-mci.c
Simple merge