提交 285e244f 编写于 作者: J Jaehoon Chung 提交者: Chris Ball

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

In order to use the quirks2, initialized the host->quirks2.
Signed-off-by: NJaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: NKyungmin Park <Kyungmin.park@samsung.com>
Signed-off-by: NChris Ball <cjb@laptop.org>
上级 7ef2a5e2
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册