mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
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,
	linux-leds@vger.kernel.org
Subject: [PATCH] leds: ktd2692: Set missing timing
Date: Sun, 03 Nov 2024 08:35:16 +0000	[thread overview]
Message-ID: <20241103083505.49648-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



             reply	other threads:[~2024-11-03  8:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-03  8:35 Raymond Hackley [this message]
2024-11-03 11:21 ` Duje Mihanović
2024-11-06  8:35 ` (subset) " Lee Jones
2024-11-06  8:36   ` Lee Jones
  -- strict thread matches above, loose matches on Subject: below --
2024-11-03  8:34 Raymond Hackley

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=20241103083505.49648-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=linux-leds@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®