Files
i2som-imx-linux/include/linux
Rusty Russell 3410afedcd module_param: stop double-calling parameters.
commit ae82fdb140 upstream.

Commit 026cee0086 "params:
<level>_initcall-like kernel parameters" set old-style module
parameters to level 0.  And we call those level 0 calls where we used
to, early in start_kernel().

We also loop through the initcall levels and call the levelled
module_params before the corresponding initcall.  Unfortunately level
0 is early_init(), so we call the standard module_param calls twice.

(Turns out most things don't care, but at least ubi.mtd does).

Change the level to -1 for standard module_param calls.

Reported-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-06-17 11:21:23 -07:00
..
2012-04-23 14:23:32 +03:00
2012-04-27 11:03:38 -06:00
2012-04-30 15:30:18 -07:00
2012-04-27 10:46:45 +08:00
2012-06-10 00:36:11 +09:00
2012-04-21 01:58:20 -04:00
2012-06-01 15:18:17 +08:00