OSDN Git Service

mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro()
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 18 Dec 2014 14:44:30 +0000 (15:44 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 19 Jan 2015 08:56:15 +0000 (09:56 +0100)
commitd30656e59a483af7eb04eccd4b0b00f00daa959e
tree6e2e4b4f465b914e971bfd03340dbaac03e1a3ed
parent9116752f51d7cce9b555ea87a7ee78846e315751
mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro()

The MMC core makes use of the devm_* functions while requesting the
CD/WP GPIOs, let's rely on that.

Cc: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mvsdio.c