dmatest: move src_off, dst_off, len inside loop
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Oct 2014 13:16:43 +0000 (16:16 +0300)
committerVinod Koul <vinod.koul@intel.com>
Thu, 5 Feb 2015 02:17:21 +0000 (18:17 -0800)
The scope of those varsiables is in while-loop. This patch moves them there and
removes duplicate code.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dmatest.c

Simple merge