Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56680
b: refs/heads/master
c: e45c7a4
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Victor authored and Russell King committed May 16, 2007
1 parent f947dbe commit 580943b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8858e9afdf31bab05247b1680b16c65fe7edbbe1
refs/heads/master: e45c7a43825b0feb161ef2ebe5324cd517dd4388
4 changes: 2 additions & 2 deletions trunk/drivers/serial/serial_ks8695.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,11 @@ static int ks8695uart_startup(struct uart_port *port)

retval = request_irq(KS8695_IRQ_UART_LINE_STATUS, ks8695uart_rx_chars, IRQF_DISABLED, "UART LineStatus", port);
if (retval)
return err_ls;
goto err_ls;

retval = request_irq(KS8695_IRQ_UART_MODEM_STATUS, ks8695uart_modem_status, IRQF_DISABLED, "UART ModemStatus", port);
if (retval)
return err_ms;
goto err_ms;

return 0;

Expand Down

0 comments on commit 580943b

Please sign in to comment.