diff options
| author | Peter Tyser <[email protected]> | 2010-04-04 22:40:50 -0500 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2010-04-09 16:30:29 +0200 |
| commit | 3b653fdb322028b27c5ae3d60ecb0eea2d58837f (patch) | |
| tree | 50e9fcd93e1986e697d29848b32da9aa49532797 /board/eNET/eNET.c | |
| parent | a233631095eba3e853049f6656642e3a7ef1d73c (diff) | |
cmd_ubi: Fix uninitialized variable warning
gcc 3.4.6 previously reported the following error on many MIPS boards
which utilize UBI:
cmd_ubi.c:193: warning: 'vol' might be used uninitialized in this function
The current code is structured such that 'vol' will never be used when
it is NULL anyway, but gcc isn't smart enough to figure this out.
Signed-off-by: Peter Tyser <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'board/eNET/eNET.c')
0 files changed, 0 insertions, 0 deletions
