commit | 8002d77ca9edbf81b81ab5154d75f7cce3d0511e | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Mar 27 13:51:24 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Mar 27 09:00:58 2014 -0700 |
tree | 68ded614732e68d421ff1c7cf00c5a1159f79afb | |
parent | ab0aa433e2f6c69e69b4d5a951c0b84e7b193f0d [diff] |
Bluetooth: Remove unnecessary NULL check in hci_inquiry_cache_update The ssp parameter is supposed to be a mandatory one and there are no callers that would pass NULL to this function. Removing this unnecessary NULL check also makes (false positive) static analyzer warnings go away. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>