s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card detect pin
[deliverable/linux.git] / drivers / mmc / host / s3cmci.c
index b9c96cc87b04a637d9e61fe44348c2f5b1228f70..2fdf7689ae6c3a2bdb2c876f0299b2c7e9009edf 100644 (file)
@@ -1179,7 +1179,7 @@ static int s3cmci_card_present(struct mmc_host *mmc)
        struct s3c24xx_mci_pdata *pdata = host->pdata;
        int ret;
 
-       if (pdata->gpio_detect == 0)
+       if (pdata->no_detect)
                return -ENOSYS;
 
        ret = gpio_get_value(pdata->gpio_detect) ? 0 : 1;
This page took 0.078604 seconds and 5 git commands to generate.