]> git.baikalelectronics.ru Git - kernel.git/commit
staging: octeon-usb: fix unaligned isochronous transfers
authorJohan Hovold <johan@kernel.org>
Thu, 23 Apr 2015 14:06:52 +0000 (16:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Apr 2015 11:14:21 +0000 (13:14 +0200)
commitac8820ab66b6ff87b46f277f42ec5135b0edb0f7
treeeea8ebadaca3abdbf7f81cab727027c98410ed63
parentce88222e1fb53c38d3b94c3b5ceebe1d2ab4956d
staging: octeon-usb: fix unaligned isochronous transfers

Make sure to copy the whole transfer buffer when releasing the temporary
buffer used for unaligned isochronous transfers as the data is not
necessarily contiguous in that case.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon-usb/octeon-hcd.c