summaryrefslogtreecommitdiff
path: root/st21nfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'st21nfc.c')
-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;