diff options
| -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 dc504d308ec0..4d3c6071b9a4 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c | |||
| @@ -2213,7 +2213,7 @@ static int unix_net_init(struct net *net) | |||
| 2213 | #endif | 2213 | #endif |
| 2214 | error = 0; | 2214 | error = 0; |
| 2215 | out: | 2215 | out: |
| 2216 | return 0; | 2216 | return error; |
| 2217 | } | 2217 | } |
| 2218 | 2218 | ||
| 2219 | static void unix_net_exit(struct net *net) | 2219 | static void unix_net_exit(struct net *net) |
