Merge tag 'Smack-for-5.11-io_uring-fix' of git://github.com/cschaufler/smack-next
[linux-2.6-microblaze.git] / drivers / xen / pvcalls-front.c
index 72d725a..7984645 100644 (file)
@@ -371,7 +371,7 @@ out:
 static int create_active(struct sock_mapping *map, evtchn_port_t *evtchn)
 {
        void *bytes;
-       int ret = -ENOMEM, irq = -1, i;
+       int ret, irq = -1, i;
 
        *evtchn = 0;
        init_waitqueue_head(&map->active.inflight_conn_req);