From 6800754c3674fb36350b2df9c3f84676e7e7a8f7 Mon Sep 17 00:00:00 2001 From: Adrian Hunter Date: Tue, 23 Sep 2014 23:00:25 +0300 Subject: [PATCH] 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-format-patch failed