aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2011-02-28 14:10:08 +0100
committerGustavo F. Padovan <padovan@profusion.mobi>2011-03-01 22:18:47 -0300
commit34eb525c1fda689507118a1f2c77fef51832ec8a (patch)
treebab0c36c61152f88d59881fa3c466e937e1153c4 /net/bluetooth/mgmt.c
parent8020c16a6c9fc8d6a5217be8d005f2fc558f6ab5 (diff)
downloadkernel_samsung_smdk4412-34eb525c1fda689507118a1f2c77fef51832ec8a.zip
kernel_samsung_smdk4412-34eb525c1fda689507118a1f2c77fef51832ec8a.tar.gz
kernel_samsung_smdk4412-34eb525c1fda689507118a1f2c77fef51832ec8a.tar.bz2
Bluetooth: Log all parameters in cmd_status for easier debugging
Signed-off-by: Szymon Janc <szymon.janc@tieto.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 34f58f4..e6efaae 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -49,7 +49,7 @@ static int cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status)
struct mgmt_hdr *hdr;
struct mgmt_ev_cmd_status *ev;
- BT_DBG("sock %p", sk);
+ BT_DBG("sock %p, index %u, cmd %u, status %u", sk, index, cmd, status);
skb = alloc_skb(sizeof(*hdr) + sizeof(*ev), GFP_ATOMIC);
if (!skb)