mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] common: tlv: drop unused field void *driverata
@ 2026-01-09  9:31 Jonas Rebmann
  0 siblings, 0 replies; only message in thread
From: Jonas Rebmann @ 2026-01-09  9:31 UTC (permalink / raw)
  To: Sascha Hauer, BAREBOX; +Cc: Jonas Rebmann

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>




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-01-09  9:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-09  9:31 [PATCH] common: tlv: drop unused field void *driverata Jonas Rebmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox