]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/configfs/dir.c
fs/configfs: use pr_fmt
[karo-tx-linux.git] / fs / configfs / dir.c
index 727d06ef348c41a13c7b63b855008b85c36a6871..668dcabc5695a3a153f5234cab0f759c7693af5c 100644 (file)
@@ -1699,7 +1699,7 @@ void configfs_unregister_subsystem(struct configfs_subsystem *subsys)
        struct dentry *root = dentry->d_sb->s_root;
 
        if (dentry->d_parent != root) {
-               pr_err("configfs: Tried to unregister non-subsystem!\n");
+               pr_err("Tried to unregister non-subsystem!\n");
                return;
        }
 
@@ -1709,7 +1709,7 @@ void configfs_unregister_subsystem(struct configfs_subsystem *subsys)
        mutex_lock(&configfs_symlink_mutex);
        spin_lock(&configfs_dirent_lock);
        if (configfs_detach_prep(dentry, NULL)) {
-               pr_err("configfs: Tried to unregister non-empty subsystem!\n");
+               pr_err("Tried to unregister non-empty subsystem!\n");
        }
        spin_unlock(&configfs_dirent_lock);
        mutex_unlock(&configfs_symlink_mutex);