Staging: serqt_usb2: add missing calls to tty_kref_put()
authorBill Pemberton <wfp5p@virginia.edu>
Tue, 14 Jul 2009 19:33:52 +0000 (15:33 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jul 2009 21:07:10 +0000 (14:07 -0700)
commitf3a756883ac028c536479e2eb283477fec80c828
treef4fdc7bb107c208a73bfe642ea6d82fa67030a7e
parent4733fd328f14280900435d9dbae1487d110a4d56
Staging: serqt_usb2: add missing calls to tty_kref_put()

tty_port_tty_get() was called without a corresponding tty_kref_put()
in qt_read_bulk_callback() and qt_close().

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/serqt_usb2/serqt_usb2.c