Merge android13-gs-pixel-5.10-24Q2 into android13-gs-pixel-5.10
SBMerger: 605678113
Change-Id: I4ef8dae7e6ad597cfa52c9cf79ffb470656d3203
Signed-off-by: SecurityBot <android-nexus-securitybot@system.gserviceaccount.com>
diff --git a/st21nfc.c b/st21nfc.c
index d656c17..6ed0912 100644
--- a/st21nfc.c
+++ b/st21nfc.c
@@ -914,6 +914,8 @@
if (st21nfc_dev == NULL)
return -ENOMEM;
+ dev->init_name = "i2c-st21nfc";
+
/* store for later use */
st21nfc_dev->client = client;
st21nfc_dev->r_state_current = ST21NFC_HEADER;