kernel/arch/um/drivers/port_kern.c
.. .. @@ -1,6 +1,6 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) 3 - * Licensed under the GPL4 4 */ 5 5 6 6 #include <linux/completion.h> .. .. @@ -137,7 +137,6 @@ 137 137 if (!port->has_connection) 138 138 continue; 139 139 140 - reactivate_fd(port->fd, ACCEPT_IRQ);141 140 while (port_accept(port)) 142 141 ; 143 142 port->has_connection = 0;