Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73693
b: refs/heads/master
c: 19cd753
h: refs/heads/master
i:
  73691: b8d2fc4
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Nov 15, 2007
1 parent 18f0a11 commit eaed418
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 348badf1e825323c419dd118f65783db0f7d2ec8
refs/heads/master: 19cd7537bdae6685c31677a01e08850612ba87f6
9 changes: 0 additions & 9 deletions trunk/drivers/serial/atmel_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ static u_int atmel_get_mctrl(struct uart_port *port)
*/
static void atmel_stop_tx(struct uart_port *port)
{
struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;

UART_PUT_IDR(port, ATMEL_US_TXRDY);
}

Expand All @@ -214,8 +212,6 @@ static void atmel_stop_tx(struct uart_port *port)
*/
static void atmel_start_tx(struct uart_port *port)
{
struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;

UART_PUT_IER(port, ATMEL_US_TXRDY);
}

Expand All @@ -224,8 +220,6 @@ static void atmel_start_tx(struct uart_port *port)
*/
static void atmel_stop_rx(struct uart_port *port)
{
struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;

UART_PUT_IDR(port, ATMEL_US_RXRDY);
}

Expand Down Expand Up @@ -409,7 +403,6 @@ static irqreturn_t atmel_interrupt(int irq, void *dev_id)
*/
static int atmel_startup(struct uart_port *port)
{
struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;
int retval;

/*
Expand Down Expand Up @@ -456,8 +449,6 @@ static int atmel_startup(struct uart_port *port)
*/
static void atmel_shutdown(struct uart_port *port)
{
struct atmel_uart_port *atmel_port = (struct atmel_uart_port *) port;

/*
* Disable all interrupts, port and break condition.
*/
Expand Down

0 comments on commit eaed418

Please sign in to comment.