Loading net/nfc/hci/core.c +2 −5 Original line number Diff line number Diff line Loading @@ -335,11 +335,8 @@ void nfc_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, kfree_skb(skb); exit_noskb: if (r) { /* TODO: There was an error dispatching the event, * how to propagate up to nfc core? */ } if (r) nfc_hci_driver_failure(hdev, r); } static void nfc_hci_cmd_timeout(unsigned long data) Loading Loading
net/nfc/hci/core.c +2 −5 Original line number Diff line number Diff line Loading @@ -335,11 +335,8 @@ void nfc_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, kfree_skb(skb); exit_noskb: if (r) { /* TODO: There was an error dispatching the event, * how to propagate up to nfc core? */ } if (r) nfc_hci_driver_failure(hdev, r); } static void nfc_hci_cmd_timeout(unsigned long data) Loading