diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mtd/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h index 56c7936e0c65..f6eb4332ac92 100644 --- a/include/linux/mtd/map.h +++ b/include/linux/mtd/map.h | |||
| @@ -391,7 +391,7 @@ static inline map_word map_word_ff(struct map_info *map) | |||
| 391 | 391 | ||
| 392 | static inline map_word inline_map_read(struct map_info *map, unsigned long ofs) | 392 | static inline map_word inline_map_read(struct map_info *map, unsigned long ofs) |
| 393 | { | 393 | { |
| 394 | map_word r; | 394 | map_word uninitialized_var(r); |
| 395 | 395 | ||
| 396 | if (map_bankwidth_is_1(map)) | 396 | if (map_bankwidth_is_1(map)) |
| 397 | r.x[0] = __raw_readb(map->virt + ofs); | 397 | r.x[0] = __raw_readb(map->virt + ofs); |
