The mlx4ib(4) should not be loaded before the ibcore is initialized.

MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2018-03-07 13:58:58 +00:00
parent 54b55cbdd9
commit c9a80d0289

View File

@ -3317,7 +3317,7 @@ static void __exit mlx4_ib_cleanup(void)
destroy_workqueue(wq);
}
module_init_order(mlx4_ib_init, SI_ORDER_MIDDLE);
module_init_order(mlx4_ib_init, SI_ORDER_THIRD);
module_exit(mlx4_ib_cleanup);
static int