diff options
Diffstat (limited to 'net/nfc')
-rw-r--r-- | net/nfc/llcp/llcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/llcp/llcp.c b/net/nfc/llcp/llcp.c index 66733335345f..2df87056c6df 100644 --- a/net/nfc/llcp/llcp.c +++ b/net/nfc/llcp/llcp.c | |||
@@ -1397,7 +1397,7 @@ int nfc_llcp_register_device(struct nfc_dev *ndev) | |||
1397 | local->remote_miu = LLCP_DEFAULT_MIU; | 1397 | local->remote_miu = LLCP_DEFAULT_MIU; |
1398 | local->remote_lto = LLCP_DEFAULT_LTO; | 1398 | local->remote_lto = LLCP_DEFAULT_LTO; |
1399 | 1399 | ||
1400 | list_add(&llcp_devices, &local->list); | 1400 | list_add(&local->list, &llcp_devices); |
1401 | 1401 | ||
1402 | return 0; | 1402 | return 0; |
1403 | } | 1403 | } |