Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298093
b: refs/heads/master
c: c382fb4
h: refs/heads/master
i:
  298091: 83dcb20
v: v3
  • Loading branch information
Artem Bityutskiy authored and David Woodhouse committed Mar 26, 2012
1 parent 6b48abc commit 8d3553d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f02654504dd24348ed28bc965527de99abaa4485
refs/heads/master: c382fb43df3421b6bfb052561d1e8652ee7e82eb
2 changes: 1 addition & 1 deletion trunk/fs/romfs/storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#endif

#ifdef CONFIG_ROMFS_ON_MTD
#define ROMFS_MTD_READ(sb, ...) ((sb)->s_mtd->read((sb)->s_mtd, ##__VA_ARGS__))
#define ROMFS_MTD_READ(sb, ...) mtd_read((sb)->s_mtd, ##__VA_ARGS__)

/*
* read data from an romfs image on an MTD device
Expand Down

0 comments on commit 8d3553d

Please sign in to comment.