Bluetooth: Fix for a leftover debug of pairing credentials
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 1 Jan 2015 04:01:22 +0000 (20:01 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 2 Jan 2015 21:22:04 +0000 (22:22 +0100)
One of the LE Secure Connections security credentials was still using
the BT_DBG instead of SMP_DBG.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/smp.c

index 73643a6ca3cf120b87b76f2c77850af3102e4e91..96c7d51a275319be998d1fb46ce53a14ff6acb1e 100644 (file)
@@ -300,7 +300,7 @@ static int smp_f6(struct crypto_hash *tfm_cmac, const u8 w[16],
        if (err)
                return err;
 
-       BT_DBG("res %16phN", res);
+       SMP_DBG("res %16phN", res);
 
        return err;
 }