]> git.hungrycats.org Git - linux/commit
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:25:04 +0000 (09:25 -0700)
commit0317720b2f8c9d7c1b085a039b9a25cfad09a417
treed65f53cb52e0ac684d975a3dded397210a0e75d3
parent1450a25582a8fab2c19d87182c98505173ec6bfa
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