[PATCH] openprom NULL noise removal
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
03dc550641
commit
a6ded1b060
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue