aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mfd/ti_am335x_tscadc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ti_am335x_tscadc.c b/drivers/mfd/ti_am335x_tscadc.c
index a3685d6ef674..e5a40e8a0904 100644
--- a/drivers/mfd/ti_am335x_tscadc.c
+++ b/drivers/mfd/ti_am335x_tscadc.c
@@ -328,7 +328,7 @@ static struct platform_driver ti_tscadc_driver = {
328 .name = "ti_am3359-tscadc", 328 .name = "ti_am3359-tscadc",
329 .owner = THIS_MODULE, 329 .owner = THIS_MODULE,
330 .pm = TSCADC_PM_OPS, 330 .pm = TSCADC_PM_OPS,
331 .of_match_table = of_match_ptr(ti_tscadc_dt_ids), 331 .of_match_table = ti_tscadc_dt_ids,
332 }, 332 },
333 .probe = ti_tscadc_probe, 333 .probe = ti_tscadc_probe,
334 .remove = ti_tscadc_remove, 334 .remove = ti_tscadc_remove,