diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-12-31 20:01:22 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-01-02 22:22:04 +0100 |
commit | 203de21bf6b19f81267c373ca5323e6386fe5809 (patch) | |
tree | 495ac80a232f78a696f9a091054c2b85ed56963d /net | |
parent | cb0d2faeb1356f7d453bab3f1028f169d8ffe99c (diff) | |
download | linux-203de21bf6b19f81267c373ca5323e6386fe5809.tar.bz2 |
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 <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |