projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb0d2fa
)
Bluetooth: Fix for a leftover debug of pairing credentials
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 1 Jan 2015 04:01:22 +0000
(20:01 -0800)
committer
Marcel 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
patch
|
blob
|
blame
|
history
diff --git
a/net/bluetooth/smp.c
b/net/bluetooth/smp.c
index 73643a6ca3cf120b87b76f2c77850af3102e4e91..96c7d51a275319be998d1fb46ce53a14ff6acb1e 100644
(file)
--- 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;
}