From 2e4052d64eba7377b94b77c8c78274fe136f95f9 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Mon, 29 Oct 2012 22:47:26 +0530 Subject: [PATCH] --- yaml --- r: 347168 b: refs/heads/master c: 3e9ce49e0ef95e22790a74720f0068696b2477c9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/mtd/map.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;