From e4d8cc15c653b49e8a5f660b680d00fae28199f9 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Tue, 6 Nov 2012 22:55:28 +0100 Subject: [PATCH] --- yaml --- r: 347174 b: refs/heads/master c: 5d27aa5af04f58f3020de1c224dcf8a62151fd58 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 4148bf67c757..994a1d9cebce 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d611d41b46c96195b9a168a21992782458826e07 +refs/heads/master: 5d27aa5af04f58f3020de1c224dcf8a62151fd58 diff --git a/trunk/include/linux/mtd/map.h b/trunk/include/linux/mtd/map.h index 56c7936e0c65..f6eb4332ac92 100644 --- a/trunk/include/linux/mtd/map.h +++ b/trunk/include/linux/mtd/map.h @@ -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);