Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22277
b: refs/heads/master
c: 6613f82
h: refs/heads/master
i:
  22275: 0a2d37a
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Mar 21, 2006
1 parent a09a360 commit b73e37a
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: 471a24c0589cd192dcd2c6770ab6252cd42b1cff
refs/heads/master: 6613f82dd293b23f582a649b287fadbf8d23e6cf
2 changes: 1 addition & 1 deletion trunk/drivers/atm/suni.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static int suni_ioctl(struct atm_dev *dev,unsigned int cmd,void __user *arg)
case SONET_GETDIAG:
return get_diag(dev,arg);
case SONET_SETFRAMING:
if (arg != SONET_FRAME_SONET) return -EINVAL;
if ((int)(unsigned long)arg != SONET_FRAME_SONET) return -EINVAL;
return 0;
case SONET_GETFRAMING:
return put_user(SONET_FRAME_SONET,(int __user *)arg) ?
Expand Down

0 comments on commit b73e37a

Please sign in to comment.