From: Johan Hedberg Date: Thu, 27 Mar 2014 11:51:24 +0000 (+0200) Subject: Bluetooth: Remove unnecessary NULL check in hci_inquiry_cache_update X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~13^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8002d77ca9edbf81b81ab5154d75f7cce3d0511e;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed