test_power: Fix a bug in setting module parameter values
authorAndrey Gelman <andreyg@compulab.co.il>
Sun, 27 Jan 2013 20:16:33 +0000 (22:16 +0200)
committerAnton Vorontsov <anton@enomsg.org>
Tue, 19 Mar 2013 02:27:31 +0000 (19:27 -0700)
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 <andreyg@compulab.co.il>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>

No differences found