Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155498
b: refs/heads/master
c: ff5392d
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 16, 2009
1 parent 983d96d commit f9ee018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 8f4256b22c554f713ffdd395c1f2bfd53746cfc9
refs/heads/master: ff5392d77bbb0746d1a034e955231f03ffc30b61
1 change: 0 additions & 1 deletion trunk/drivers/serial/bfin_sport_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ static int sport_startup(struct uart_port *port)
int retval;

pr_debug("%s enter\n", __func__);
memset(buffer, 20, '\0');
snprintf(buffer, 20, "%s rx", up->name);
retval = request_irq(up->rx_irq, sport_uart_rx_irq, IRQF_SAMPLE_RANDOM, buffer, up);
if (retval) {
Expand Down

0 comments on commit f9ee018

Please sign in to comment.