Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit addfabf9 authored by Eric Lapuyade's avatar Eric Lapuyade Committed by John W. Linville
Browse files

NFC: Remove useless HCI private nfc target table

parent 90099433
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -83,8 +83,6 @@ struct nfc_hci_dev {
	u8 gate2pipe[NFC_HCI_MAX_GATES];

	bool poll_started;
	struct nfc_target *targets;
	int target_count;

	u8 sw_romlib;
	u8 sw_patch;
+0 −7
Original line number Diff line number Diff line
@@ -235,13 +235,6 @@ static int nfc_hci_target_discovered(struct nfc_hci_dev *hdev, u8 gate)
	targets->hci_reader_gate = gate;

	r = nfc_targets_found(hdev->ndev, targets, 1);
	if (r < 0)
		goto exit;

	kfree(hdev->targets);
	hdev->targets = targets;
	targets = NULL;
	hdev->target_count = 1;

exit:
	kfree(targets);