commit | 037166d0532cf686cfb66cd3a9fb3dc79fa5767d | [log] [tgz] |
---|---|---|
author | Lothar Waßmann <LW@KARO-electronics.de> | Thu Jun 08 14:04:03 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 12 08:38:42 2017 -0400 |
tree | 7da1a5bfc6bbbf60d09604488e4aad120fb258b9 | |
parent | 90a59f2db49546c56be13926ec0fb82689f3d248 [diff] |
cmd: mtdparts: fix uninitialized variable warning commit 06a040a31bcf ("cmd: mtdparts: fix null pointer dereference in parse_mtdparts") removed the initialization of a pointer variable, which is subsequently used in a debug() call. This produces an uninitialized variable warning, when compiling with DEBUG defined. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>