Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44917
b: refs/heads/master
c: e21654a
h: refs/heads/master
i:
  44915: 0364ea8
v: v3
  • Loading branch information
Peter Korsgaard authored and Linus Torvalds committed Dec 22, 2006
1 parent ca05214 commit 3a48930
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: b2b2cbc4b2a2f389442549399a993a8306420baf
refs/heads/master: e21654a756177bf209d7a3cbe971f16104555f75
4 changes: 2 additions & 2 deletions trunk/drivers/serial/uartlite.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ static int ulite_request_port(struct uart_port *port)

static void ulite_config_port(struct uart_port *port, int flags)
{
ulite_request_port(port);
port->type = PORT_UARTLITE;
if (!ulite_request_port(port))
port->type = PORT_UARTLITE;
}

static int ulite_verify_port(struct uart_port *port, struct serial_struct *ser)
Expand Down

0 comments on commit 3a48930

Please sign in to comment.