Loading net/nfc/hci/command.c +2 −6 Original line number Diff line number Diff line Loading @@ -279,8 +279,6 @@ static int nfc_hci_delete_pipe(struct nfc_hci_dev *hdev, u8 pipe) static int nfc_hci_clear_all_pipes(struct nfc_hci_dev *hdev) { int r; u8 param[2]; /* TODO: Find out what the identity reference data is Loading @@ -288,10 +286,8 @@ static int nfc_hci_clear_all_pipes(struct nfc_hci_dev *hdev) pr_debug("\n"); r = nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, return nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, NFC_HCI_ADM_CLEAR_ALL_PIPE, param, 2, NULL); return 0; } int nfc_hci_disconnect_gate(struct nfc_hci_dev *hdev, u8 gate) Loading Loading
net/nfc/hci/command.c +2 −6 Original line number Diff line number Diff line Loading @@ -279,8 +279,6 @@ static int nfc_hci_delete_pipe(struct nfc_hci_dev *hdev, u8 pipe) static int nfc_hci_clear_all_pipes(struct nfc_hci_dev *hdev) { int r; u8 param[2]; /* TODO: Find out what the identity reference data is Loading @@ -288,10 +286,8 @@ static int nfc_hci_clear_all_pipes(struct nfc_hci_dev *hdev) pr_debug("\n"); r = nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, return nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, NFC_HCI_ADM_CLEAR_ALL_PIPE, param, 2, NULL); return 0; } int nfc_hci_disconnect_gate(struct nfc_hci_dev *hdev, u8 gate) Loading