aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ubifs')
-rw-r--r--fs/ubifs/super.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c
index 4e5bf3fbf782..bb6ed5da2d10 100644
--- a/fs/ubifs/super.c
+++ b/fs/ubifs/super.c
@@ -2054,8 +2054,8 @@ static int ubifs_get_sb(struct file_system_type *fs_type, int flags,
2054 */ 2054 */
2055 ubi = open_ubi(name, UBI_READONLY); 2055 ubi = open_ubi(name, UBI_READONLY);
2056 if (IS_ERR(ubi)) { 2056 if (IS_ERR(ubi)) {
2057 ubifs_err("cannot open \"%s\", error %d", 2057 dbg_err("cannot open \"%s\", error %d",
2058 name, (int)PTR_ERR(ubi)); 2058 name, (int)PTR_ERR(ubi));
2059 return PTR_ERR(ubi); 2059 return PTR_ERR(ubi);
2060 } 2060 }
2061 ubi_get_volume_info(ubi, &vi); 2061 ubi_get_volume_info(ubi, &vi);