Переглянути джерело

adm5120: add missing NULL terminator to partition parser list

Fixes #11372.

SVN-Revision: 31574
Jonas Gorski 13 роки тому
батько
коміт
b393464fb4

+ 1 - 0
target/linux/adm5120/files/drivers/mtd/maps/adm5120-flash.c

@@ -100,6 +100,7 @@ static const char const *parse_types[] = {
 #ifdef CONFIG_MTD_MYLOADER_PARTS
 	"MyLoader",
 #endif
+	NULL,
 };
 
 #define BANK_SIZE	(2<<20)