Browse Source

mmc: sdhci-s3c: initialize host->quirks2 for using quirks2

In order to use the quirks2, initialized the host->quirks2.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <Kyungmin.park@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Jaehoon Chung 12 years ago
parent
commit
285e244fef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/mmc/host/sdhci-s3c.c

+ 1 - 0
drivers/mmc/host/sdhci-s3c.c

@@ -611,6 +611,7 @@ static int sdhci_s3c_probe(struct platform_device *pdev)
 	host->hw_name = "samsung-hsmmc";
 	host->ops = &sdhci_s3c_ops;
 	host->quirks = 0;
+	host->quirks2 = 0;
 	host->irq = irq;
 
 	/* Setup quirks for the controller */