From: Marco Felsch <m.felsch@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] fixup! habv4: use hab rom implementation of report_event
Date: Tue, 16 Jan 2024 17:16:18 +0100 [thread overview]
Message-ID: <20240116161618.114932-1-m.felsch@pengutronix.de> (raw)
---
drivers/hab/habv4.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hab/habv4.c b/drivers/hab/habv4.c
index 4e401ca9d362..87c96812c43e 100644
--- a/drivers/hab/habv4.c
+++ b/drivers/hab/habv4.c
@@ -318,7 +318,7 @@ static enum hab_status imx8m_report_event(enum hab_status status,
uint32_t index, uint8_t *event,
size_t *bytes)
{
- if (cpu_is_mx8mm() || cpu_is_mx8mn() || cpu_is_imx8mp())
+ if (cpu_is_mx8mm() || cpu_is_mx8mn() || cpu_is_mx8mp())
return hab_sip_report_event(status, index, event, bytes);
else
return imx8m_read_sram_events(status, index, event, bytes);
--
2.39.2
reply other threads:[~2024-01-16 16:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20240116161618.114932-1-m.felsch@pengutronix.de \
--to=m.felsch@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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