Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195968
b: refs/heads/master
c: 9ea5973
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Cernekee authored and David Woodhouse committed May 14, 2010
1 parent ca19922 commit 00e86b5
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: 709c4efb68cccd2de9a7d63b1f90276b1617e613
refs/heads/master: 9ea5973883bbe26372f45d99eb3a500f08d966f9
2 changes: 2 additions & 0 deletions trunk/include/linux/mtd/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ static inline map_word inline_map_read(struct map_info *map, unsigned long ofs)
#endif
else if (map_bankwidth_is_large(map))
memcpy_fromio(r.x, map->virt+ofs, map->bankwidth);
else
BUG();

return r;
}
Expand Down

0 comments on commit 00e86b5

Please sign in to comment.