fm10k: use variadic form of alloc_workqueue
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
5b9e4432db
commit
4aa0bd54d4
|
@ -56,7 +56,7 @@ static int __init fm10k_init_module(void)
|
|||
pr_info("%s\n", fm10k_copyright);
|
||||
|
||||
/* create driver workqueue */
|
||||
fm10k_workqueue = alloc_workqueue("fm10k", WQ_MEM_RECLAIM, 0);
|
||||
fm10k_workqueue = alloc_workqueue("%s", WQ_MEM_RECLAIM, 0, fm10k_driver_name);
|
||||
|
||||
fm10k_dbg_init();
|
||||
|
||||
|
|
Loading…
Reference in New Issue