USB: option: fix line-control pipe direction
authorJohan Hovold <jhovold@gmail.com>
Mon, 26 May 2014 17:23:11 +0000 (19:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:04:05 +0000 (15:04 -0700)
commitdd246f2c8c6be36fac10fc42157797429c6fdbb7
treebc87253bd0e69a6f6c4a5cd7358504c577217d57
parentacf47d4f9c39b1cba467aa9442fc2efe0b1da741
USB: option: fix line-control pipe direction

The option line-control request has been using the wrong pipe direction,
while relying on USB core to fix it up.

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