diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index 1730bb2b625941bda49bd5b76734ef01aed8a0b8..ae487e17380ef5bbbb2195cadc4e1daa2f28ee19 100644 --- a/net/bluetooth/smp.c +++ b/net/bluetooth/smp.c @@ -990,7 +990,6 @@ int smp_distribute_keys(struct l2cap_conn *conn, __u8 force) *keydist &= req->resp_key_dist; } - BT_DBG("keydist 0x%x", *keydist); if (*keydist & SMP_DIST_ENC_KEY) { diff --git a/net/bluetooth/smp.h b/net/bluetooth/smp.h index a700bcb490d7bedb24c55b0b97b58bc6280c5552..777ee93a6c9bffe46215f8d23cd1634e0fb48682 100644 --- a/net/bluetooth/smp.h +++ b/net/bluetooth/smp.h @@ -132,7 +132,6 @@ struct smp_chan { struct crypto_blkcipher *tfm; struct work_struct confirm; struct work_struct random; - }; /* SMP Commands */