Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60805
b: refs/heads/master
c: 5e6c20a
h: refs/heads/master
i:
  60803: 56730a4
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 17, 2007
1 parent da0bda3 commit 4ab2206
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: 8cd2aba2d3fc065069a0c305ddca1d9397ed9092
refs/heads/master: 5e6c20a93b700ba884a6bced498b2691e2dd821b
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/capi/capi.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ static int handle_minor_send(struct capiminor *mp)
capimsg_setu8 (skb->data, 5, CAPI_REQ);
capimsg_setu16(skb->data, 6, mp->msgid++);
capimsg_setu32(skb->data, 8, mp->ncci); /* NCCI */
capimsg_setu32(skb->data, 12, (u32) skb->data); /* Data32 */
capimsg_setu32(skb->data, 12, (u32)(long)skb->data);/* Data32 */
capimsg_setu16(skb->data, 16, len); /* Data length */
capimsg_setu16(skb->data, 18, datahandle);
capimsg_setu16(skb->data, 20, 0); /* Flags */
Expand Down

0 comments on commit 4ab2206

Please sign in to comment.