"git@git.tuxist.de:jan.koester/linux.git" did not exist on "e844a7b9805a2b74cfd34c8604f5bba3e0869305"
sparc64: Fix bootup crash on sun4v.
The DS driver registers as a subsys_initcall() but this can be too
early, in particular this risks registering before we've had a chance
to allocate and setup module_kset in kernel/params.c which is
performed also as a subsyts_initcall().
Register DS using device_initcall() insteal.
Signed-off-by:
David S. Miller <davem@davemloft.net>
Cc: stable@vger.kernel.org
Loading
Please sign in to comment