forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
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;