commit | 9239ebcffb9301eab75c638dcb702688884cc5d6 | [log] [tgz] |
---|---|---|
author | Andrey Gelman <andreyg@compulab.co.il> | Sun Jan 27 22:16:33 2013 +0200 |
committer | Anton Vorontsov <anton@enomsg.org> | Mon Mar 18 19:27:31 2013 -0700 |
tree | 49d7c52c0abf730b9035de5d2a899400c3df1f91 | |
parent | 6f8da5df8c451103e0043f73a00c90676da6be9e [diff] |
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 <andreyg@compulab.co.il> Signed-off-by: Anton Vorontsov <anton@enomsg.org>