Commit 3a8d92d1 authored by Linus Torvalds's avatar Linus Torvalds

Merge http://kernel-acme.bkbits.net:8080/rio-2.5-cleanups

into home.transmeta.com:/home/torvalds/v2.5/linux
parents 71a15636 ec0185e8
...@@ -702,7 +702,7 @@ static int rio_fw_ioctl (struct inode *inode, struct file *filp, ...@@ -702,7 +702,7 @@ static int rio_fw_ioctl (struct inode *inode, struct file *filp,
func_enter(); func_enter();
/* The "dev" argument isn't used. */ /* The "dev" argument isn't used. */
rc = -riocontrol (p, 0, cmd, (void *)arg, capable(CAP_SYS_ADMIN)); rc = riocontrol (p, 0, cmd, (void *)arg, capable(CAP_SYS_ADMIN));
func_exit (); func_exit ();
return rc; return rc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment