Loading net/nfc/llcp/llcp.c +1 −1 Original line number Diff line number Diff line Loading @@ -1210,7 +1210,7 @@ int nfc_llcp_register_device(struct nfc_dev *ndev) local->remote_miu = LLCP_DEFAULT_MIU; local->remote_lto = LLCP_DEFAULT_LTO; list_add(&llcp_devices, &local->list); list_add(&local->list, &llcp_devices); return 0; } Loading Loading
net/nfc/llcp/llcp.c +1 −1 Original line number Diff line number Diff line Loading @@ -1210,7 +1210,7 @@ int nfc_llcp_register_device(struct nfc_dev *ndev) local->remote_miu = LLCP_DEFAULT_MIU; local->remote_lto = LLCP_DEFAULT_LTO; list_add(&llcp_devices, &local->list); list_add(&local->list, &llcp_devices); return 0; } Loading