]> git.baikalelectronics.ru Git - kernel.git/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)
commit5705d0a8fdc3e95ed395169c500239212e9a7275
tree5c02f98f19dd07c7613a74fb14dc4f37994e719f
parent2fbfc27335e16795b84eaf8f8986e1fbce821f9a
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