Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82776
b: refs/heads/master
c: b92b1c5
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Adrian Bunk committed Feb 3, 2008
1 parent ba33490 commit b8591f9
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: f66083c376d2d2202d39d697424525031f19fa8d
refs/heads/master: b92b1c5725d028ead3946ac8af5a5614155710b3
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/btuart_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static void btuart_change_speed(btuart_info_t *info, unsigned int speed)
outb(lcr, iobase + UART_LCR); /* Set 8N1 */
outb(fcr, iobase + UART_FCR); /* Enable FIFO's */

/* Turn on interrups */
/* Turn on interrupts */
outb(UART_IER_RLSI | UART_IER_RDI | UART_IER_THRI, iobase + UART_IER);

spin_unlock_irqrestore(&(info->lock), flags);
Expand Down

0 comments on commit b8591f9

Please sign in to comment.