From: Johan Hedberg Date: Wed, 3 Dec 2014 14:07:13 +0000 (+0200) Subject: Bluetooth: Fix minor coding style issue in smp.c X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~28^2~5^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f376cd6dc1c9bfd14514c70765e6900a961c4b8;p=pandora-kernel.git Bluetooth: Fix minor coding style issue in smp.c The convention for checking for NULL pointers is !ptr and not ptr == NULL. This patch fixes such an occurrence in smp.c. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed