From: Jonas Rebmann <jre@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>,
BAREBOX <barebox@lists.infradead.org>
Cc: Jonas Rebmann <jre@pengutronix.de>
Subject: [PATCH] common: tlv: drop unused field void *driverata
Date: Fri, 09 Jan 2026 10:31:14 +0100 [thread overview]
Message-ID: <20260109-driveerrata-v1-1-feacda1cd078@pengutronix.de> (raw)
The "driverata" field in tlv_decoder is a mystery. It is not and never
has been used. Drop the field assuming it has been introduced by
mistake.
Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
---
include/tlv/tlv.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/tlv/tlv.h b/include/tlv/tlv.h
index 536f61646c..3941431e92 100644
--- a/include/tlv/tlv.h
+++ b/include/tlv/tlv.h
@@ -43,7 +43,6 @@ extern int tlv_handle_eth_address_seq(struct tlv_device *dev, struct tlv_mapping
struct tlv_decoder {
u32 magic;
const char *signature_keyring;
- void *driverata;
struct tlv_mapping **mappings;
struct driver driver;
/* private members */
---
base-commit: 15ea9c02849d8e53c69078c88fa6df57dcce864e
change-id: 20260109-driveerrata-25c0df8a2d0e
Best regards,
--
Jonas Rebmann <jre@pengutronix.de>
reply other threads:[~2026-01-09 9:32 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=20260109-driveerrata-v1-1-feacda1cd078@pengutronix.de \
--to=jre@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
/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