From: Shawn Guo Date: Tue, 11 Dec 2012 14:32:19 +0000 (+0800) Subject: mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio users X-Git-Tag: v3.9-rc1~35^2~58^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60fe3ec12122be39e673580c8870f4b92e546bf9;p=pandora-kernel.git mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio users Since slot-gpio uses devm_* managed functions in mmc_gpio_request_cd() now, we can remove those mmc_gpio_free_cd() call from host drivers' .probe() error path and .remove(). Signed-off-by: Shawn Guo Acked-by: Guennadi Liakhovetski Signed-off-by: Chris Ball --- Reading git-diff-tree failed