Skip to content

Commit

Permalink
[SERIAL] Remove unused variable in sa1100.c
Browse files Browse the repository at this point in the history
Since the spinlock was removed from sa1100_start_tx(), the "flags"
variable becomes redundant.  Remove it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Nov 19, 2005
1 parent b63d4f0 commit 832f4ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/serial/sa1100.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ static void sa1100_stop_tx(struct uart_port *port)
static void sa1100_start_tx(struct uart_port *port)
{
struct sa1100_port *sport = (struct sa1100_port *)port;
unsigned long flags;
u32 utcr3;

utcr3 = UART_GET_UTCR3(sport);
Expand Down

0 comments on commit 832f4ed

Please sign in to comment.