USB: serial: ftdi_sio: rename channel index
authorJohan Hovold <johan@kernel.org>
Sun, 11 Sep 2022 14:02:09 +0000 (16:02 +0200)
committerJohan Hovold <johan@kernel.org>
Thu, 15 Sep 2022 06:05:53 +0000 (08:05 +0200)
commit027bf37dbe82bb6ce8aa7845f5c7653a869695cd
tree8ec835533019b18d78df164d1b57c324a9940925
parent64b12fdac0ed4e3bfadef39c8f8795417bb13d9f
USB: serial: ftdi_sio: rename channel index

Multi-channel devices require a channel selector to be included in
control requests.

Replace "interface" with the less ambiguous "channel", which is the
terminology used for newer devices, in the corresponding defines and
variables.

Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio.h