projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3615a34
)
regulator: stw481x-vmmc: Set missing .of_match_table to stw481x_vmmc_match
author
Axel Lin
<axel.lin@ingics.com>
Wed, 2 Oct 2013 12:54:20 +0000
(20:54 +0800)
committer
Mark Brown
<broonie@linaro.org>
Thu, 3 Oct 2013 13:43:04 +0000
(14:43 +0100)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/stw481x-vmmc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/stw481x-vmmc.c
b/drivers/regulator/stw481x-vmmc.c
index 5ae72a877259791f97784a4e75fd6b86b4f8bcbe..f78857bd6a158ad8b86b5b103fd5ba4bcb7ad8c9 100644
(file)
--- a/
drivers/regulator/stw481x-vmmc.c
+++ b/
drivers/regulator/stw481x-vmmc.c
@@
-102,6
+102,7
@@
static struct platform_driver stw481x_vmmc_regulator_driver = {
.driver = {
.name = "stw481x-vmmc-regulator",
.owner = THIS_MODULE,
+ .of_match_table = stw481x_vmmc_match,
},
.probe = stw481x_vmmc_regulator_probe,
.remove = stw481x_vmmc_regulator_remove,