diff options
author | Viresh Kumar <[email protected]> | 2012-10-29 22:47:26 +0530 |
---|---|---|
committer | Artem Bityutskiy <[email protected]> | 2012-11-15 19:50:30 +0200 |
commit | 3e9ce49e0ef95e22790a74720f0068696b2477c9 (patch) | |
tree | 0daf0f0ceb621f5e3957d01f242d9d13c3823477 /lib/mpi/mpi-internal.h | |
parent | 9ef525a9141b14d23613faad303cf48a20814f1b (diff) |
mtd: map: Fix compilation warning
This patch is an attempt to fix following compilation warning.
In file included from drivers/mtd/chips/cfi_cmdset_0001.c:35:0:
drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_write_words':
include/linux/mtd/map.h:331:11: warning: 'r.x[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
I could have used uninitialized_var() too, but didn't used it as the final else
part of map_word_load() is missing. So there is a chance that it might be passed
uninitialized. Better initialize to zero.
Signed-off-by: Viresh Kumar <[email protected]>
Signed-off-by: Artem Bityutskiy <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions