Staging: serqt_usb2: fix qt_open parameters
authorBill Pemberton <wfp5p@virginia.edu>
Thu, 6 Aug 2009 19:22:01 +0000 (15:22 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:06 +0000 (12:02 -0700)
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>
drivers/staging/serqt_usb2/serqt_usb2.c

index 0fdf8c6dc648a69eaeeac311b1e24a3cb51d85e9..52af44cfbe83a66dd45b1b65034247362648cebe 100644 (file)
@@ -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;