From: Marcel Holtmann Date: Thu, 1 Jan 2015 04:01:22 +0000 (-0800) Subject: Bluetooth: Fix for a leftover debug of pairing credentials X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=203de21bf6b19f81267c373ca5323e6386fe5809;p=deliverable%2Flinux.git Bluetooth: Fix for a leftover debug of pairing credentials One of the LE Secure Connections security credentials was still using the BT_DBG instead of SMP_DBG. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index 73643a6ca3cf..96c7d51a2753 100644 --- a/net/bluetooth/smp.c +++ b/net/bluetooth/smp.c @@ -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; }