|
@@ -1600,7 +1600,7 @@ static int __devinit s3cmci_probe(struct platform_device *pdev)
|
|
host->pio_active = XFER_NONE;
|
|
host->pio_active = XFER_NONE;
|
|
|
|
|
|
#ifdef CONFIG_MMC_S3C_PIODMA
|
|
#ifdef CONFIG_MMC_S3C_PIODMA
|
|
- host->dodma = host->pdata->dma;
|
|
|
|
|
|
+ host->dodma = host->pdata->use_dma;
|
|
#endif
|
|
#endif
|
|
|
|
|
|
host->mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
|
|
host->mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
|