From: Johan Hedberg Date: Sat, 6 Sep 2014 03:59:10 +0000 (+0300) Subject: Bluetooth: Fix dereferencing conn variable before NULL check X-Git-Tag: omap-for-v3.19/prcm-cleanup~141^2~144^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68b7f127d5f517c214e8bcf231d0188f6776d2a;p=pandora-kernel.git Bluetooth: Fix dereferencing conn variable before NULL check This patch fixes the following type of static analyzer warning (and probably a real bug as well as the NULL check should be there for a reason): net/bluetooth/smp.c:1182 smp_conn_security() warn: variable dereferenced before check 'conn' (see line 1174) Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed