diff options
Diffstat (limited to 'net/unix/af_unix.c')
-rw-r--r-- | net/unix/af_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index a04b85cfa..628269f57 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c @@ -1670,7 +1670,7 @@ static int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) } default: - err = -EINVAL; + err = dev_ioctl(cmd, (void *)arg); break; } return err; |