Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9937242 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[SERIAL] Remove unused variable in clps711x.c

parent 87e807b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ static irqreturn_t clps711xuart_int_rx(int irq, void *dev_id, struct pt_regs *re
{
	struct uart_port *port = dev_id;
	struct tty_struct *tty = port->info->tty;
	unsigned int status, ch, flg, ignored = 0;
	unsigned int status, ch, flg;

	status = clps_readl(SYSFLG(port));
	while (!(status & SYSFLG_URXFE)) {