Re: [PATCH 22/38] staging: comedi: pcl816: fix DMA 'bytes' calculation

2014-05-28 Thread Ian Abbott
On 2014-05-27 18:30, H Hartley Sweeten wrote: The calculation for the total number of bytes in the DMA transfer is incorrect. Fix it. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman Nice catch! -- -=( Ian Abbott @ MEV Ltd.E-mail: )=- -=( Tel: +44 (0)161 4

[PATCH 22/38] staging: comedi: pcl816: fix DMA 'bytes' calculation

2014-05-27 Thread H Hartley Sweeten
The calculation for the total number of bytes in the DMA transfer is incorrect. Fix it. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/pcl816.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/come