diff --git a/[refs] b/[refs] index cf526eb88a8d..5547cd17befc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ef525a9141b14d23613faad303cf48a20814f1b +refs/heads/master: 3e9ce49e0ef95e22790a74720f0068696b2477c9 diff --git a/trunk/include/linux/mtd/map.h b/trunk/include/linux/mtd/map.h index 3595a0236b0f..56c7936e0c65 100644 --- a/trunk/include/linux/mtd/map.h +++ b/trunk/include/linux/mtd/map.h @@ -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;