Hi Samuel, > > - if (test_and_set_bit(NCI_DATA_EXCHANGE, &ndev->flags)) > > + if (test_and_set_bit(NCI_DATA_EXCHANGE, &ndev->flags)) { > > + pr_err("unable to exchange data, already in > progress\n"); > This is not really related to that patch. > > > @@ -473,6 +485,8 @@ static struct nfc_ops nci_nfc_ops = { > > .dev_down = nci_dev_down, > > .start_poll = nci_start_poll, > > .stop_poll = nci_stop_poll, > > + .dep_link_up = NULL, > > + .dep_link_down = NULL, > Ditto. You're correct, I will remove those. Thanks & BR, Ilan -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html