diff options
Diffstat (limited to 'arch/um/os-Linux/drivers/tuntap_user.c')
-rw-r--r-- | arch/um/os-Linux/drivers/tuntap_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/os-Linux/drivers/tuntap_user.c b/arch/um/os-Linux/drivers/tuntap_user.c index 7739e29cf341..2448be03fd7a 100644 --- a/arch/um/os-Linux/drivers/tuntap_user.c +++ b/arch/um/os-Linux/drivers/tuntap_user.c | |||
@@ -108,7 +108,7 @@ static int tuntap_open_tramp(char *gate, int *fd_out, int me, int remote, | |||
108 | "errno = %d\n", errno); | 108 | "errno = %d\n", errno); |
109 | return err; | 109 | return err; |
110 | } | 110 | } |
111 | helper_wait(pid, 0, "tuntap_open_tramp"); | 111 | helper_wait(pid); |
112 | 112 | ||
113 | cmsg = CMSG_FIRSTHDR(&msg); | 113 | cmsg = CMSG_FIRSTHDR(&msg); |
114 | if (cmsg == NULL) { | 114 | if (cmsg == NULL) { |