Gitweb: http://git.kernel.org/linus/2386b331802b1b2664c35f9f4c7aef778aac725f Commit: 2386b331802b1b2664c35f9f4c7aef778aac725f Parent: f66abce70504514b1173e4fc9973126b99f65d89 Author: Bill Pemberton <wfp5p@virginia.edu> AuthorDate: Thu Aug 6 15:22:01 2009 -0400 Committer: Greg Kroah-Hartman <gregkh@suse.de> CommitDate: Tue Sep 15 12:02:06 2009 -0700 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> --- drivers/staging/serqt_usb2/serqt_usb2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/serqt_usb2/serqt_usb2.c b/drivers/staging/serqt_usb2/serqt_usb2.c index 0fdf8c6..52af44c 100644 --- a/drivers/staging/serqt_usb2/serqt_usb2.c +++ b/drivers/staging/serqt_usb2/serqt_usb2.c @@ -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; -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
