Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334013
b: refs/heads/master
c: 435f08a
h: refs/heads/master
i:
  334011: 8d1f526
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Oct 11, 2012
1 parent 3051f66 commit a42badb
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: 34e02aa1fb0886d8e92ab00e3dc17d631487f92d
refs/heads/master: 435f08a721919a0027ff4f39f0b51c141c0e2c29
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/i4l/isdn_ppp.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ isdn_ppp_ioctl(int min, struct file *file, unsigned int cmd, unsigned long arg)
j = ipc->num / (sizeof(long) * 8);
i = ipc->num % (sizeof(long) * 8);
if (j < 8)
protos[j] |= (0x1 << i);
protos[j] |= (1UL << i);
ipc = ipc->next;
}
if ((r = set_arg(argp, protos, 8 * sizeof(long))))
Expand Down

0 comments on commit a42badb

Please sign in to comment.