Re: [PATCH] qrtr: Move to postcore_initcall

2017-11-07 Thread David Miller
From: Bjorn Andersson Date: Mon, 6 Nov 2017 20:50:35 -0800 > Registering qrtr with module_init makes the ability of typical platform > code to create AF_QIPCRTR socket during probe a matter of link order > luck. Moving qrtr to postcore_initcall() avoids this. > >

[PATCH] qrtr: Move to postcore_initcall

2017-11-06 Thread Bjorn Andersson
Registering qrtr with module_init makes the ability of typical platform code to create AF_QIPCRTR socket during probe a matter of link order luck. Moving qrtr to postcore_initcall() avoids this. Signed-off-by: Bjorn Andersson --- net/qrtr/qrtr.c | 2 +- 1 file