From: H Hartley Sweeten Date: Wed, 14 Jan 2015 17:05:13 +0000 (-0700) Subject: staging: comedi: pcl816: simplify the dma->size calculations X-Git-Tag: fixes-v4.0-rc1~99^2~364 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe4a22a009982442ba8b37f4f499f708d956d16d;p=pandora-kernel.git staging: comedi: pcl816: simplify the dma->size calculations Currently this driver determines the number of DMA "runs" needed and the size of the "last" DMA transfer in order to perform a command. As long as there are more "runs" required, the dma->size is set to the buffer maxsize. On the last "run" the buffer is set to the "last" size. Refactor the driver to use the comedi core helpers to determine the DMA size based on the buffer maxsize and the number of samples remaining in the command. This allows removing the 'dma_runs_to_end' and 'last_dma_run' mamebers from the private data. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed