Skip to content

Commit

Permalink
leds: ktd2692: Set missing timing
Browse files Browse the repository at this point in the history
props.timing is not set after b5a8c50. Set it with ktd2692_timing.

Signed-off-by: Raymond Hackley <[email protected]>
  • Loading branch information
wonderfulShrineMaidenOfParadise committed Nov 3, 2024
1 parent f5ce532 commit 1f7a09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/leds/flash/leds-ktd2692.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ static int ktd2692_probe(struct platform_device *pdev)

fled_cdev = &led->fled_cdev;
led_cdev = &fled_cdev->led_cdev;
led->props.timing = ktd2692_timing;

ret = ktd2692_parse_dt(led, &pdev->dev, &led_cfg);
if (ret)
Expand Down

0 comments on commit 1f7a09e

Please sign in to comment.