USB: yurex: Remove allocation of coherent buffer for setup-packet buffer
authorTomoki Sekiyama <tomoki.sekiyama@gmail.com>
Thu, 29 Mar 2012 23:51:28 +0000 (08:51 +0900)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 11 May 2012 12:13:54 +0000 (13:13 +0100)
commite0d502ac7fd46a9b1125404be1b6eeb383cdd833
tree1168355609836dc9b02ccd711d272995c5966b45
parent24815a3dbb017e5e738132882c89d3acddcf735e
USB: yurex: Remove allocation of coherent buffer for setup-packet buffer

commit 523fc5c14f6cad283e5a266eba0e343aed6e73d5 upstream.

Removes allocation of coherent buffer for the control-request setup-packet
buffer from the yurex driver. Using coherent buffers for setup-packet is
obsolete and does not work with some USB host implementations.

Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/usb/misc/yurex.c