Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199845
b: refs/heads/master
c: e59e2bd
h: refs/heads/master
i:
  199843: 8126f26
v: v3
  • Loading branch information
Sonic Zhang authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent 6b1d288 commit cc2d4bc
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: ca3e442e8dbbe2551473f36f0e7797b1d3205f5a
refs/heads/master: e59e2bd9e85604ad601ec7dd056baffcd6ad56a0
2 changes: 1 addition & 1 deletion trunk/drivers/serial/bfin_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ static void bfin_serial_shutdown(struct uart_port *port)
gpio_free(uart->rts_pin);
#endif
#ifdef CONFIG_SERIAL_BFIN_HARD_CTSRTS
if (UART_GET_IER(uart) && EDSSI)
if (UART_GET_IER(uart) & EDSSI)
free_irq(uart->status_irq, uart);
#endif
}
Expand Down

0 comments on commit cc2d4bc

Please sign in to comment.