Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155422
b: refs/heads/master
c: d9dea3c
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Jul 12, 2009
1 parent aa052b9 commit 2782737
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 9b5de0a0a79111445d99ff7e4c6c1125523f84df
refs/heads/master: d9dea3c1c0814a87cc579b425e9776b8ed46b31f
6 changes: 4 additions & 2 deletions trunk/drivers/staging/serqt_usb2/serqt_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,17 +1041,19 @@ static void qt_block_until_empty(struct tty_struct *tty,
}
}

static void qt_close(struct tty_struct *tty, struct usb_serial_port *port,
struct file *filp)
static void qt_close( struct usb_serial_port *port)
{
struct usb_serial *serial = port->serial;
struct quatech_port *qt_port;
struct quatech_port *port0;
struct tty_struct *tty;
int status;
unsigned int index;
status = 0;

dbg("%s - port %d\n", __func__, port->number);

tty = tty_port_tty_get(&port->port);
index = tty->index - serial->minor;

qt_port = qt_get_port_private(port);
Expand Down

0 comments on commit 2782737

Please sign in to comment.