Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180397
b: refs/heads/master
c: 454debe
h: refs/heads/master
i:
  180395: fd98fcb
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and David S. Miller committed Feb 4, 2010
1 parent 3f27a50 commit fa04a4d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fdd3d631cddad20ad9d3e1eb7dbf26825a8a121f
refs/heads/master: 454debe45c86102528c90c12eb6a99245b773bfe
3 changes: 2 additions & 1 deletion trunk/net/irda/irnet/irnet_ppp.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,8 @@ dev_irnet_ioctl(
lock_kernel();
if(ap->ppp_open && !put_user(ppp_unit_number(&ap->chan),
(int __user *)argp))
err = 0;
err = 0;
unlock_kernel();
break;

/* All these ioctls can be passed both directly and from ppp_generic,
Expand Down

0 comments on commit fa04a4d

Please sign in to comment.