tangled
alpha
login
or
join now
tjh.dev
/
kernel
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Linus Torvalds
20 years ago
2e55b57a
f50c0283
+1
-1
1 changed file
expand all
collapse all
unified
split
drivers
serial
clps711x.c
+1
-1
drivers/serial/clps711x.c
···
98
98
{
99
99
struct uart_port *port = dev_id;
100
100
struct tty_struct *tty = port->info->tty;
101
101
-
unsigned int status, ch, flg, ignored = 0;
101
101
+
unsigned int status, ch, flg;
102
102
103
103
status = clps_readl(SYSFLG(port));
104
104
while (!(status & SYSFLG_URXFE)) {