hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/um/drivers/port_kern.c
....@@ -1,6 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com)
3
- * Licensed under the GPL
44 */
55
66 #include <linux/completion.h>
....@@ -137,7 +137,6 @@
137137 if (!port->has_connection)
138138 continue;
139139
140
- reactivate_fd(port->fd, ACCEPT_IRQ);
141140 while (port_accept(port))
142141 ;
143142 port->has_connection = 0;