Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190922
b: refs/heads/master
c: ccf31c1
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Joern Engel committed May 7, 2010
1 parent 9a9fd36 commit 24634a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58e323cf5e4ed621a6e88263aca40c3d9c3d9bfd
refs/heads/master: ccf31c10f125ab5233c8517f91d4b3bd0bd60936
2 changes: 2 additions & 0 deletions trunk/fs/logfs/dev_mtd.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,7 @@ int logfs_get_sb_mtd(struct file_system_type *type, int flags,
const struct logfs_device_ops *devops = &mtd_devops;

mtd = get_mtd_device(NULL, mtdnr);
if (IS_ERR(mtd))
return PTR_ERR(mtd);
return logfs_get_sb_device(type, flags, mtd, NULL, devops, mnt);
}

0 comments on commit 24634a5

Please sign in to comment.