USB: io_ti: fix get_icount for two port adapters
authorJohan Hovold <jhovold@gmail.com>
Tue, 19 Mar 2013 08:21:08 +0000 (09:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Mar 2013 19:06:04 +0000 (12:06 -0700)
commitd79c29b44524bd1ea8c4ab71a13f33fced3bb17a
tree134fb61ef299644f211872bb60105e9ac6eed824
parent2f4e0bbf44d7469d6de03155cdf25e3928a93707
USB: io_ti: fix get_icount for two port adapters

commit 5492bf3d5655b4954164f69c02955a7fca267611 upstream.

Add missing get_icount field to two-port driver.

The two-port driver was not updated when switching to the new icount
interface in commit 0bca1b913aff ("tty: Convert the USB drivers to the
new icount interface").

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/io_ti.c