On Fri, 2008-08-15 at 08:58 -0700, Randy Dunlap wrote:
...
Two different "modules" use the same prefix, which does not work with
the current logic, they need to live next to each other in the sequence
of options.
This adds a new option:
http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=commitdiff;h=1382827e93...
which specifies MODULE_PARAM_PREFIX="acpi." in:
drivers/acpi/power.c
In the same way as:
drivers/acpi/system.c
Seems, two different modules should not declare parameters in different
locations, and use the same MODULE_PARAM_PREFIX.
Thanks,
Kay
--