Searched hist:"1 aca4d5ae9f3c6af018105f89984752cdbdba121" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mtdparts.c | 1aca4d5ae9f3c6af018105f89984752cdbdba121 Thu Jun 08 12:04:03 UTC 2017 Lothar Waßmann <LW@KARO-electronics.de> 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>
|