From: Andrey Gelman Date: Sun, 27 Jan 2013 20:16:33 +0000 (+0200) Subject: test_power: Fix a bug in setting module parameter values X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~93^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9239ebcffb9301eab75c638dcb702688884cc5d6;p=pandora-kernel.git test_power: Fix a bug in setting module parameter values When the kernel loads a module, module params are processed prior to calling module_init. As a result, setting module param value should not have side effects, at least as long as the module has not been initialized. Signed-off-by: Andrey Gelman Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed