Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213012
b: refs/heads/master
c: 54dd55a
h: refs/heads/master
v: v3
  • Loading branch information
Steffen Sledz authored and Artem Bityutskiy committed Sep 28, 2010
1 parent 7d68faa commit 31c88f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ef13294d29bcfb306e0d360f1b97f37b647b0c0
refs/heads/master: 54dd55a406f6e9cb5ae208f258b907455162e045
4 changes: 2 additions & 2 deletions trunk/fs/ubifs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -2054,8 +2054,8 @@ static int ubifs_get_sb(struct file_system_type *fs_type, int flags,
*/
ubi = open_ubi(name, UBI_READONLY);
if (IS_ERR(ubi)) {
ubifs_err("cannot open \"%s\", error %d",
name, (int)PTR_ERR(ubi));
dbg_err("cannot open \"%s\", error %d",
name, (int)PTR_ERR(ubi));
return PTR_ERR(ubi);
}
ubi_get_volume_info(ubi, &vi);
Expand Down

0 comments on commit 31c88f5

Please sign in to comment.