]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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, 21 Mar 2013 22:59:02 +0000 (15:59 -0700)
commit5492bf3d5655b4954164f69c02955a7fca267611
tree2d69188a1cec1ba58192fbf0356c8bb8b9615e0f
parent618aa1068df29c37a58045fe940f9106664153fd
USB: io_ti: fix get_icount for two port adapters

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").

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