From: Johan Hedberg Date: Tue, 25 Mar 2014 10:06:18 +0000 (+0200) Subject: Bluetooth: Remove redundant NULL check X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~13^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01735bbd584593b874c2c9d85a5c0e2882a2dc06;p=pandora-kernel.git 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: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed