mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Staging: serqt_usb2: fix qt_open parameters
The parameter list for qt_open() was from the old non usb-serial driver. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
f66abce705
commit
2386b33180
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ static void qt_release(struct usb_serial *serial)
|
|||
}
|
||||
|
||||
static int qt_open(struct tty_struct *tty,
|
||||
struct usb_serial_port *port, struct file *filp)
|
||||
struct usb_serial_port *port)
|
||||
{
|
||||
struct usb_serial *serial;
|
||||
struct quatech_port *quatech_port;
|
||||
|
|
Loading…
Reference in a new issue