USB: kobil_sct: Remove unused transfer buffer allocs
authorPeter Hurley <peter@hurleysoftware.com>
Thu, 16 Oct 2014 17:59:22 +0000 (13:59 -0400)
committerJohan Hovold <johan@kernel.org>
Wed, 22 Oct 2014 08:10:50 +0000 (10:10 +0200)
commitdc477ad386fb9fc63b399879f40ff9930d9d48ff
tree8b19bdc29fc712ae0ab5ab4a7938265e76cc37fb
parent012eee1522318b5ccd64d277d50ac32f7e9974fe
USB: kobil_sct: Remove unused transfer buffer allocs

Commit 90419cfcb5d9c889b10dc51363c56a4d394d670e,
"USB: kobil_sct: fix control requests without data stage", removed
the bogus data buffer arguments, but still allocate transfer
buffers which are not used.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/kobil_sct.c