Merge branch 'kprobes-test-fixes' of git://git.linaro.org/people/tixy/kernel into...
[cascardo/linux.git] / drivers / s390 / char / vmlogrdr.c
index cf31d33..a8848db 100644 (file)
@@ -761,7 +761,7 @@ static int vmlogrdr_register_device(struct vmlogrdr_priv_t *priv)
 
        dev = kzalloc(sizeof(struct device), GFP_KERNEL);
        if (dev) {
-               dev_set_name(dev, priv->internal_name);
+               dev_set_name(dev, "%s", priv->internal_name);
                dev->bus = &iucv_bus;
                dev->parent = iucv_root;
                dev->driver = &vmlogrdr_driver;