USB: whiteheat: fix broken port configuration
authorJohan Hovold <jhovold@gmail.com>
Thu, 6 Jun 2013 11:32:47 +0000 (13:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2013 16:44:55 +0000 (09:44 -0700)
commitd3a677e63a19355155ff83acf46d1ede8845ffaf
tree3c4d15d50dcf30e40f354cd5647201b6c5442778
parent617d12d484ae22a85d6da8e94cf55dd91594fd87
USB: whiteheat: fix broken port configuration

commit 9eecf22d2b375b9064a20421c6c307b760b03d46 upstream.

When configuring the port (e.g. set_termios) the port minor number
rather than the port number was used in the request (and they only
coincide for minor number 0).

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