mei: Fix debugfs filename in error output
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Sun, 25 Oct 2015 23:13:49 +0000 (01:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 05:21:42 +0000 (14:21 +0900)
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/debugfs.c

index 8504dbe..a138d8a 100644 (file)
@@ -215,7 +215,7 @@ int mei_dbgfs_register(struct mei_device *dev, const char *name)
        f = debugfs_create_file("active", S_IRUSR, dir,
                                dev, &mei_dbgfs_fops_active);
        if (!f) {
-               dev_err(dev->dev, "meclients: registration failed\n");
+               dev_err(dev->dev, "active: registration failed\n");
                goto err;
        }
        f = debugfs_create_file("devstate", S_IRUSR, dir,