commit | 523fc5c14f6cad283e5a266eba0e343aed6e73d5 | [log] [tgz] |
---|---|---|
author | Tomoki Sekiyama <tomoki.sekiyama@gmail.com> | Fri Mar 30 08:51:28 2012 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 18 14:13:53 2012 -0700 |
tree | 27c657a8eb9d3391790b5c54579999a420dd9d2c | |
parent | f4a728d09a96d6a83d9c3f39035b1aa7726892ea [diff] |
USB: yurex: Remove allocation of coherent buffer for setup-packet buffer 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> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>