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

Commit 01735bbd authored by Johan Hedberg's avatar Johan Hedberg Committed by Marcel Holtmann
Browse files

Bluetooth: Remove redundant NULL check



All callers of hci_inquiry_cache_update() pass a non-NULL ssp pointer to
it and even the function itself assumes in another place that the
pointer is non-NULL. Therefore, remove the redundant check.

Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent b9a6328f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2028,7 +2028,6 @@ bool hci_inquiry_cache_update(struct hci_dev *hdev, struct inquiry_data *data,

	hci_remove_remote_oob_data(hdev, &data->bdaddr);

	if (ssp)
	*ssp = data->ssp_mode;

	ie = hci_inquiry_cache_lookup(hdev, &data->bdaddr);