]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: dw_mmc: use devres functions in dw_mmc
authorSeungwon Jeon <tgih.jun@samsung.com>
Wed, 28 Nov 2012 10:26:03 +0000 (19:26 +0900)
committerChris Ball <cjb@laptop.org>
Tue, 4 Dec 2012 18:43:13 +0000 (13:43 -0500)
commit6fada2d9b9dd567aa9284de0903019579dbb24b1
tree36e4c7eea29e9b1940e317ab4f20dd284d338a90
parentd94bcda6518100f487a34b6c149c34688f36ccee
mmc: dw_mmc: use devres functions in dw_mmc

Use managed device resource functions for easy handling.
This makes driver simpler in the routine of error and exit.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Acked-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c