]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: mxcmmc: Convert to devm-* API
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 22 Mar 2014 08:52:45 +0000 (12:52 +0400)
committerChris Ball <chris@printf.net>
Tue, 22 Apr 2014 11:06:42 +0000 (07:06 -0400)
commit2b31a49cbe703992821ae3a42babf5a7f1ad0812
treef9fb7ac2df6a377f939782cf3dbf5617c557e63a
parentb91c820bebe2383f95d2460efd7dd459be32f8fd
mmc: mxcmmc: Convert to devm-* API

Replace existing resource handling in the driver with managed
device resource, this ensures more consistent error values and
simplifies error paths.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/mxcmmc.c