Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72087
b: refs/heads/master
c: 6792b5e
h: refs/heads/master
i:
  72085: 4393ba0
  72083: 72dabc5
  72079: b222063
v: v3
  • Loading branch information
Dave Young authored and David S. Miller committed Oct 22, 2007
1 parent d71d9ae commit a9aff88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e23b923da03de7e41f00f5664ae22c4f7dcd2a3
refs/heads/master: 6792b5ec8d9e723e4689fd5b16cfa52603985f43
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/hidp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ static inline int hidp_queue_report(struct hidp_session *session, unsigned char
{
struct sk_buff *skb;

BT_DBG("session %p hid %p data %p size %d", session, device, data, size);
BT_DBG("session %p hid %p data %p size %d", session, session->hid, data, size);

if (!(skb = alloc_skb(size + 1, GFP_ATOMIC))) {
BT_ERR("Can't allocate memory for new frame");
Expand Down

0 comments on commit a9aff88

Please sign in to comment.