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, 6 Jun 2013 16:02:36 +0000 (09:02 -0700)
commit9eecf22d2b375b9064a20421c6c307b760b03d46
treebbf1942e084e51b39f9cce524067428b25eaa8df
parentf4488035abdac56682153aa0cff3d1dce84e1c54
USB: whiteheat: fix broken port configuration

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

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