Re: [PATCH 03/10] dmatest: create dmatest_info to keep test parameters

2013-03-04 Thread Viresh Kumar
On 4 March 2013 17:09, Andy Shevchenko wrote: > The proposed change will remove usage of the module parameters as global > variables. In future it helps to run different test cases sequentially. > > The patch introduces the run_threaded_test() and stop_threaded_test() > functions > that could be

[PATCH 03/10] dmatest: create dmatest_info to keep test parameters

2013-03-04 Thread Andy Shevchenko
The proposed change will remove usage of the module parameters as global variables. In future it helps to run different test cases sequentially. The patch introduces the run_threaded_test() and stop_threaded_test() functions that could be used later outside of dmatest_init, dmatest_exit scope. Si