Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376060
b: refs/heads/master
c: 383d2fc
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed May 20, 2013
1 parent 5ef06d1 commit 3c36097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dbd2df859a4d992ccbceeb22c37f6a6c4aa4dc01
refs/heads/master: 383d2fc96c1983f5cd7fca3a3b1c9b8d8ee0de66
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/nwpserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static void nwpserial_shutdown(struct uart_port *port)
dcr_write(up->dcr_host, UART_IER, up->ier);

/* free irq */
free_irq(up->port.irq, port);
free_irq(up->port.irq, up);
}

static int nwpserial_verify_port(struct uart_port *port,
Expand Down

0 comments on commit 3c36097

Please sign in to comment.