aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_file_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_file_ops.c')
-rw-r--r--drivers/infiniband/hw/qib/qib_file_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qib/qib_file_ops.c b/drivers/infiniband/hw/qib/qib_file_ops.c
index b56c9428f3c5..9dd0bc89c3aa 100644
--- a/drivers/infiniband/hw/qib/qib_file_ops.c
+++ b/drivers/infiniband/hw/qib/qib_file_ops.c
@@ -2208,7 +2208,7 @@ int qib_cdev_init(int minor, const char *name,
2208 goto err_cdev; 2208 goto err_cdev;
2209 } 2209 }
2210 2210
2211 device = device_create(qib_class, NULL, dev, NULL, name); 2211 device = device_create(qib_class, NULL, dev, NULL, "%s", name);
2212 if (!IS_ERR(device)) 2212 if (!IS_ERR(device))
2213 goto done; 2213 goto done;
2214 ret = PTR_ERR(device); 2214 ret = PTR_ERR(device);