Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39236
b: refs/heads/master
c: a6ded1b
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent 92dac3f commit 050cf03
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: 03dc55064117508ad474f3eede3a77bf9fbb636f
refs/heads/master: a6ded1b0605376e18a17cb01977819bcf2677cdc
2 changes: 1 addition & 1 deletion trunk/drivers/sbus/char/openprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ static int openprom_ioctl(struct inode * inode, struct file * file,
case OPROMPATH2NODE:
if ((file->f_mode & FMODE_READ) == 0)
return -EPERM;
return openprom_sunos_ioctl(inode, file, cmd, arg, 0);
return openprom_sunos_ioctl(inode, file, cmd, arg, NULL);

case OPIOCGET:
case OPIOCNEXTPROP:
Expand Down

0 comments on commit 050cf03

Please sign in to comment.