Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39827
b: refs/heads/master
c: ad18027
h: refs/heads/master
i:
  39825: 15e7b62
  39823: 3d34ee0
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Oct 17, 2006
1 parent 2dae893 commit 826bb79
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c19ecd654209725444d1f47a4422e6f48846b53c
refs/heads/master: ad18027f4909c8fc107056460c97dbedb6635128
3 changes: 2 additions & 1 deletion trunk/drivers/usb/serial/mos7840.c
Original file line number Diff line number Diff line change
Expand Up @@ -2413,11 +2413,12 @@ static int mos7840_ioctl(struct usb_serial_port *port, struct file *file,
}

mos7840_port = mos7840_get_port_private(port);
tty = mos7840_port->port->tty;

if (mos7840_port == NULL)
return -1;

tty = mos7840_port->port->tty;

dbg("%s - port %d, cmd = 0x%x", __FUNCTION__, port->number, cmd);

switch (cmd) {
Expand Down

0 comments on commit 826bb79

Please sign in to comment.