From: Andy Shevchenko Date: Mon, 4 Mar 2013 09:09:27 +0000 (+0200) Subject: dmatest: create dmatest_info to keep test parameters X-Git-Tag: v3.10-rc1~41^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e03e93a976d0f0da63f02fd3384c4b99cac8d715;p=pandora-kernel.git dmatest: create dmatest_info to keep test parameters 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. Signed-off-by: Andy Shevchenko Acked-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed