Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54743
b: refs/heads/master
c: fef92c3
h: refs/heads/master
i:
  54741: 84f4b57
  54739: b1ae64b
  54735: 0877657
v: v3
  • Loading branch information
Josh Boyer authored and Linus Torvalds committed May 8, 2007
1 parent 66234cb commit c794286
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 0e82d5b61841f2b9e2d31a4299ce09752c5d3288
refs/heads/master: fef92c30d48a9c610e35af6b218db03f770f3c65
2 changes: 0 additions & 2 deletions trunk/drivers/serial/8250.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,6 @@ static void autoconfig(struct uart_8250_port *up, unsigned int probeflags)
* be frobbing the chips IRQ enable register to see if it exists.
*/
spin_lock_irqsave(&up->port.lock, flags);
// save_flags(flags); cli();

up->capabilities = 0;
up->bugs = 0;
Expand Down Expand Up @@ -1151,7 +1150,6 @@ static void autoconfig(struct uart_8250_port *up, unsigned int probeflags)

out:
spin_unlock_irqrestore(&up->port.lock, flags);
// restore_flags(flags);
DEBUG_AUTOCONF("type=%s\n", uart_config[up->port.type].name);
}

Expand Down

0 comments on commit c794286

Please sign in to comment.