Skip to content

Commit

Permalink
Staging: serqt_usb2: fix qt_open parameters
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent f66abce commit 2386b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/serqt_usb2/serqt_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2386b33

Please sign in to comment.