diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2013-08-02 23:09:00 +0900 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-08-29 21:19:13 -0400 |
commit | 285e244fef2463d2f6ec07488a0c86e709f6eb22 (patch) | |
tree | ff590e2589a0a08f85667a9fef1617891e9f2400 /drivers/mmc | |
parent | 7ef2a5e2f72325fd83c6e1ab76b139ca31c7f8ed (diff) |
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sdhci-s3c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index 1572b6a935b..6debda95215 100644 --- a/drivers/mmc/host/sdhci-s3c.c +++ b/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 */ |