From: Adrian Hunter Date: Tue, 23 Sep 2014 20:00:25 +0000 (+0300) Subject: mmc: Fix use of wrong device in mmc_gpiod_free_cd() X-Git-Tag: fixes-against-v3.18-rc2~127^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6800754c3674fb36350b2df9c3f84676e7e7a8f7;p=pandora-kernel.git mmc: Fix use of wrong device in mmc_gpiod_free_cd() mmc_gpiod_free_cd() is paired with mmc_gpiod_request_cd() and both must reference the same device which is the actual host controller device not the mmc_host class device. Signed-off-by: Adrian Hunter Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed