Skip to content

Commit

Permalink
isdn: i4l: isdn_tty: Fix unused-but-set variables.
Browse files Browse the repository at this point in the history
The variable 'fcr' is set but not used in isdn_tty_change_speed().

Just kill it off.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 18, 2011
1 parent b169f6d commit 9365f11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/isdn/i4l/isdn_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,6 @@ isdn_tty_change_speed(modem_info * info)
{
uint cflag,
cval,
fcr,
quot;
int i;

Expand Down Expand Up @@ -1037,7 +1036,6 @@ isdn_tty_change_speed(modem_info * info)
cval |= UART_LCR_PARITY;
if (!(cflag & PARODD))
cval |= UART_LCR_EPAR;
fcr = 0;

/* CTS flow control flag and modem status interrupts */
if (cflag & CRTSCTS) {
Expand Down

0 comments on commit 9365f11

Please sign in to comment.