Bluetooth: Remove redundant NULL check
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 25 Mar 2014 10:06:18 +0000 (12:06 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 26 Mar 2014 16:31:39 +0000 (09:31 -0700)
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: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_core.c

Simple merge