aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lm3697.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/leds/leds-lm3697.c')
-rw-r--r--drivers/leds/leds-lm3697.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-lm3697.c b/drivers/leds/leds-lm3697.c
index 10e904bf40a0..cfb8ac220db6 100644
--- a/drivers/leds/leds-lm3697.c
+++ b/drivers/leds/leds-lm3697.c
@@ -376,7 +376,7 @@ static struct i2c_driver lm3697_driver = {
.name = "lm3697",
.of_match_table = of_lm3697_leds_match,
},
- .probe_new = lm3697_probe,
+ .probe = lm3697_probe,
.remove = lm3697_remove,
.id_table = lm3697_id,
};