Skip to content
Snippets Groups Projects
Commit 1aca4d5a authored by Lothar Waßmann's avatar Lothar Waßmann Committed by Tom Rini
Browse files

cmd: mtdparts: fix uninitialized variable warning


commit 06a040a3 ("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: default avatarLothar Waßmann <LW@KARO-electronics.de>
parent d2d20d99
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment