summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schwartz <bsschwar@google.com>2024-01-03 10:53:08 -0800
committerWill McVicker <willmcvicker@google.com>2024-02-16 14:47:08 -0800
commit1397c0fe67d2370417916ba76be82ea59b614f62 (patch)
treebaa2e8b1739e06248c4f4485539b7c4ceb62375b
parent9f506bb9c8f365708df29ffac4164c1b6e30f340 (diff)
downloadnfc-android-gs-bluejay-5.10-android14-qpr3-beta.tar.gz
Bug: 315190967 Change-Id: I82a3c2fb71ac67a693353b00272f61f5ed6fa6b8 Signed-off-by: Benjamin Schwartz <bsschwar@google.com>
-rw-r--r--st21nfc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/st21nfc.c b/st21nfc.c
index d656c17..6ed0912 100644
--- a/st21nfc.c
+++ b/st21nfc.c
@@ -914,6 +914,8 @@ static int st21nfc_probe(struct i2c_client *client,
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;