projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef2a5e
)
mmc: sdhci-s3c: initialize host->quirks2 for using quirks2
author
Jaehoon Chung
<jh80.chung@samsung.com>
Fri, 2 Aug 2013 14:09:00 +0000
(23:09 +0900)
committer
Chris Ball
<cjb@laptop.org>
Fri, 30 Aug 2013 01:19:13 +0000
(21:19 -0400)
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>
drivers/mmc/host/sdhci-s3c.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/sdhci-s3c.c
b/drivers/mmc/host/sdhci-s3c.c
index 1572b6a935b941b5f0639871fea000a825937006..6debda9521556c530d141cb3fa898af4175a6286 100644
(file)
--- 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 */