Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347174
b: refs/heads/master
c: 5d27aa5
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Artem Bityutskiy committed Nov 16, 2012
1 parent 926be3a commit e4d8cc1
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: d611d41b46c96195b9a168a21992782458826e07
refs/heads/master: 5d27aa5af04f58f3020de1c224dcf8a62151fd58
2 changes: 1 addition & 1 deletion trunk/include/linux/mtd/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ static inline map_word map_word_ff(struct map_info *map)

static inline map_word inline_map_read(struct map_info *map, unsigned long ofs)
{
map_word r;
map_word uninitialized_var(r);

if (map_bankwidth_is_1(map))
r.x[0] = __raw_readb(map->virt + ofs);
Expand Down

0 comments on commit e4d8cc1

Please sign in to comment.