From: Raymond Hackley <raymondhackley@protonmail.com>
To: linux-kernel@vger.kernel.org
Cc: pavel@ucw.cz, lee@kernel.org, krzysztof.kozlowski@linaro.org,
duje.mihanovic@skole.hr, daniel.thompson@linaro.org,
linus.walleij@linaro.org, u.kleine-koenig@baylibre.com
Subject: [PATCH] leds: ktd2692: Set missing timing
Date: Sun, 03 Nov 2024 08:34:27 +0000 [thread overview]
Message-ID: <20241103083416.49629-1-raymondhackley@protonmail.com> (raw)
props.timing is not set after b5a8c50e5c18. Set it with ktd2692_timing.
Fixes: b5a8c50e5c18 ("leds: ktd2692: Convert to use ExpressWire library")
Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com>
---
drivers/leds/flash/leds-ktd2692.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/leds/flash/leds-ktd2692.c b/drivers/leds/flash/leds-ktd2692.c
index 7bb0aa2753e3..0a8632b0da30 100644
--- a/drivers/leds/flash/leds-ktd2692.c
+++ b/drivers/leds/flash/leds-ktd2692.c
@@ -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)
--
2.39.5
next reply other threads:[~2024-11-03 8:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-03 8:34 Raymond Hackley [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-03 8:35 [PATCH] leds: ktd2692: Set missing timing Raymond Hackley
2024-11-03 11:21 ` Duje Mihanović
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241103083416.49629-1-raymondhackley@protonmail.com \
--to=raymondhackley@protonmail.com \
--cc=daniel.thompson@linaro.org \
--cc=duje.mihanovic@skole.hr \
--cc=krzysztof.kozlowski@linaro.org \
--cc=lee@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=u.kleine-koenig@baylibre.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.