]> Pileus Git - ~andy/linux/commit
USB: console: remove unnecessary operations test
authorJohan Hovold <jhovold@gmail.com>
Wed, 26 Jun 2013 14:47:26 +0000 (16:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:24:32 +0000 (16:24 -0700)
commitc7b13475b4466adcdcd8378f12b4ee416ef9b98b
tree5c02f98f19dd07c7613a74fb14dc4f37994e719f
parent7b94cae47cbfaa1a64cd51b3735eba3abe6af827
USB: console: remove unnecessary operations test

Remove unnecessary tests for open and write operations as these are set
to the generic implementations by usb-serial core if left unset by a
subdriver.

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