Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347168
b: refs/heads/master
c: 3e9ce49
h: refs/heads/master
v: v3
  • Loading branch information
Viresh Kumar authored and Artem Bityutskiy committed Nov 15, 2012
1 parent a4acd46 commit 2e4052d
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: 9ef525a9141b14d23613faad303cf48a20814f1b
refs/heads/master: 3e9ce49e0ef95e22790a74720f0068696b2477c9
2 changes: 1 addition & 1 deletion trunk/include/linux/mtd/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static inline int map_word_bitsset(struct map_info *map, map_word val1, map_word

static inline map_word map_word_load(struct map_info *map, const void *ptr)
{
map_word r;
map_word r = {{0} };

if (map_bankwidth_is_1(map))
r.x[0] = *(unsigned char *)ptr;
Expand Down

0 comments on commit 2e4052d

Please sign in to comment.