Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354010
b: refs/heads/master
c: 8441bf5
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent 8a027c3 commit a134636
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: 2fbedf67ed3ad2ee08b96cbc3c56c7d81db14de9
refs/heads/master: 8441bf5e063e03e5d307ffb32fd5f77e81c0d397
4 changes: 2 additions & 2 deletions trunk/drivers/staging/sb105x/sb_pci_mp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1563,13 +1563,13 @@ static int mp_open(struct tty_struct *tty, struct file *filp)

state = uart_get(drv, line);

mtpt = (struct mp_port *)state->port;

if (IS_ERR(state)) {
retval = PTR_ERR(state);
goto fail;
}

mtpt = (struct mp_port *)state->port;

tty->driver_data = state;
tty->low_latency = (state->port->flags & UPF_LOW_LATENCY) ? 1 : 0;
tty->alt_speed = 0;
Expand Down

0 comments on commit a134636

Please sign in to comment.