diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2017-06-08 14:04:03 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-12 08:38:42 -0400 |
commit | 1aca4d5ae9f3c6af018105f89984752cdbdba121 (patch) | |
tree | 7da1a5bfc6bbbf60d09604488e4aad120fb258b9 /drivers | |
parent | d2d20d9925ff57982fc0c50d4ec490323c2074f6 (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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions