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~78^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=164cda5236acf833f22a3edafdf8b95a7de7b402;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