aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/a2mp.c
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-09-27 17:42:07 -0300
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-09-27 17:43:39 -0300
commit392f44d3e7894f6fe314b85b4a1611b7b1d98226 (patch)
tree2cc6c8be1b099ea39c21f6f3b88001ad59a0e1f4 /net/bluetooth/a2mp.c
parentBluetooth: AMP: Handle Accept phylink command status evt (diff)
downloadlinux-dev-392f44d3e7894f6fe314b85b4a1611b7b1d98226.tar.xz
linux-dev-392f44d3e7894f6fe314b85b4a1611b7b1d98226.zip
Bluetooth: Fix two warnings in BT_DBG
We just need to use the right modifiers Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'net/bluetooth/a2mp.c')
-rw-r--r--net/bluetooth/a2mp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/a2mp.c b/net/bluetooth/a2mp.c
index 47565d28b27f..61e657ae71e9 100644
--- a/net/bluetooth/a2mp.c
+++ b/net/bluetooth/a2mp.c
@@ -383,7 +383,7 @@ static int a2mp_getampassoc_rsp(struct amp_mgr *mgr, struct sk_buff *skb,
if (len < sizeof(*rsp))
return -EINVAL;
- BT_DBG("id %d status 0x%2.2x assoc len %u", rsp->id, rsp->status,
+ BT_DBG("id %d status 0x%2.2x assoc len %lu", rsp->id, rsp->status,
len - sizeof(*rsp));
if (rsp->status)