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

Commit 543a0a30 authored by Christophe Ricard's avatar Christophe Ricard Committed by Samuel Ortiz
Browse files

NFC: st-nci: Remove HCI init_data.gates initialization in load_session



ndev->hci_dev->init_data.gates is already initialized in
st_nci_hci_network.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarChristophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent a1b0b941
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -244,9 +244,6 @@ int st_nci_hci_load_session(struct nci_dev *ndev)
		kfree_skb(skb_pipe_info);
	}

	memcpy(ndev->hci_dev->init_data.gates, st_nci_gates,
	       sizeof(st_nci_gates));

	kfree_skb(skb_pipe_list);
	return r;
}