public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: stw481x-vmmc: Set missing .of_match_table to stw481x_vmmc_match
@ 2013-10-02 12:54 Axel Lin
  2013-10-03 13:43 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-10-02 12:54 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Walleij, Liam Girdwood, linux-kernel

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/regulator/stw481x-vmmc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/regulator/stw481x-vmmc.c b/drivers/regulator/stw481x-vmmc.c
index 5ae72a8..f78857b 100644
--- 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,
-- 
1.8.1.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-03 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 12:54 [PATCH] regulator: stw481x-vmmc: Set missing .of_match_table to stw481x_vmmc_match Axel Lin
2013-10-03 13:43 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox