]> Pileus Git - ~andy/linux/blobdiff - drivers/block/mtip32xx/mtip32xx.c
usb: dwc3: core: modify IO memory resource after deferred probe completes
[~andy/linux] / drivers / block / mtip32xx / mtip32xx.c
index 20dd52a2f92f8ea733c4b78d444c0ea94d496dd8..952dbfe2212661cb62bd8ef49af11e90f92d391a 100644 (file)
@@ -4087,7 +4087,8 @@ skip_create_disk:
 start_service_thread:
        sprintf(thd_name, "mtip_svc_thd_%02d", index);
        dd->mtip_svc_handler = kthread_create_on_node(mtip_service_thread,
-                                               dd, dd->numa_node, thd_name);
+                                               dd, dd->numa_node, "%s",
+                                               thd_name);
 
        if (IS_ERR(dd->mtip_svc_handler)) {
                dev_err(&dd->pdev->dev, "service thread failed to start\n");