commit | d72348fb5ca634583bf3f79996cc4b3ef91d9c3a | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Thu Apr 23 16:06:50 2015 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Mon Apr 27 15:48:39 2015 -0500 |
tree | d24d6d333f8ad87342a929f137fdff6d7a6ea92e | |
parent | 2d9c7f3ca54625f4d740af78f84ee232da3ca937 [diff] |
usb: musb: fix inefficient copy of unaligned buffers Make sure only to copy any actual data rather than the whole buffer, when releasing the temporary buffer used for unaligned non-isochronous transfers. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Felipe Balbi <balbi@ti.com>