Skip to content

Commit

Permalink
Blackfin Serial Driver: punt unused lsr variable
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Apr 23, 2008
1 parent 7d01b47 commit 0c44a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/bfin_5xx.c
Original file line number Diff line number Diff line change
@@ -749,7 +749,7 @@ bfin_serial_set_termios(struct uart_port *port, struct ktermios *termios,
struct bfin_serial_port *uart = (struct bfin_serial_port *)port;
unsigned long flags;
unsigned int baud, quot;
unsigned short val, ier, lsr, lcr = 0;
unsigned short val, ier, lcr = 0;

switch (termios->c_cflag & CSIZE) {
case CS8:

0 comments on commit 0c44a86

Please sign in to comment.