Skip to content

Commit f26e2d0

Browse files
kerneltoastPixelBoot
authored andcommitted
qcacld-3.0: Load driver at device_initcall
The earlier, the better. Signed-off-by: Sultanxda <sultanxda@gmail.com> Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
1 parent b78a34b commit f26e2d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/staging/qcacld-3.0/core/hdd/src/wlan_hdd_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12962,7 +12962,7 @@ void hdd_drv_ops_inactivity_handler(void)
1296212962
module_init(hdd_module_init);
1296312963
module_exit(hdd_module_exit);
1296412964
#else
12965-
late_initcall(hdd_module_init);
12965+
device_initcall(hdd_module_init);
1296612966
#endif
1296712967

1296812968
MODULE_LICENSE("Dual BSD/GPL");

0 commit comments

Comments
 (0)