aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/backlight/hx8357.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/hx8357.c b/drivers/video/backlight/hx8357.c
index 0d252e720d13..985e854e244b 100644
--- a/drivers/video/backlight/hx8357.c
+++ b/drivers/video/backlight/hx8357.c
@@ -673,7 +673,7 @@ static struct spi_driver hx8357_driver = {
673 .probe = hx8357_probe, 673 .probe = hx8357_probe,
674 .driver = { 674 .driver = {
675 .name = "hx8357", 675 .name = "hx8357",
676 .of_match_table = of_match_ptr(hx8357_dt_ids), 676 .of_match_table = hx8357_dt_ids,
677 }, 677 },
678}; 678};
679 679