diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index 73643a6ca3cf120b87b76f2c77850af3102e4e91..96c7d51a275319be998d1fb46ce53a14ff6acb1e 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; }