From: Szymon Janc Date: Mon, 28 Feb 2011 13:10:08 +0000 (+0100) Subject: Bluetooth: Log all parameters in cmd_status for easier debugging X-Git-Tag: v2.6.39-rc1~468^2~25^2^2~67^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34eb525c1fda689507118a1f2c77fef51832ec8a;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Bluetooth: Log all parameters in cmd_status for easier debugging Signed-off-by: Szymon Janc Signed-off-by: Gustavo F. Padovan --- 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)