Skip to content

Commit 95c6554

Browse files
leds: ktd2692: Set missing timing properties
props.timing is not set after commit b5a8c50 ("leds: ktd2692: Convert to use ExpressWire library"). Set it with ktd2692_timing. Fixes: b5a8c50 ("leds: ktd2692: Convert to use ExpressWire library") Signed-off-by: Raymond Hackley <[email protected]> Acked-by: Duje Mihanović <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 02f58f9 commit 95c6554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/leds/flash/leds-ktd2692.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ static int ktd2692_probe(struct platform_device *pdev)
292292

293293
fled_cdev = &led->fled_cdev;
294294
led_cdev = &fled_cdev->led_cdev;
295+
led->props.timing = ktd2692_timing;
295296

296297
ret = ktd2692_parse_dt(led, &pdev->dev, &led_cfg);
297298
if (ret)

0 commit comments

Comments
 (0)