Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95ee28ec authored by Himangi Saraogi's avatar Himangi Saraogi Committed by Greg Kroah-Hartman
Browse files

staging:wlags49_h2: Fix sparse warnings in sta_h25.c



This patch fixes sparse warnings "Using plain integer as NULL pointer" in
sta_h25.c

Signed-off-by: default avatarHimangi Saraogi <himangi774@gmail.com>
Reviewed-by: default avatarPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 29ef8a53
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5211,7 +5211,7 @@ static const CFG_PROG_STRCT fw_image_code[] = {
		0000,
 	0x000F429B,					// Start execution address
	},
	{ 0000, 0000, 0000, 0000, 00000000, 0000, 00000000}
	{ 0000, 0000, 0000, 0000, 00000000, 0000, NULL}
};

static const CFG_RANGE20_STRCT fw_image_infocompat[] = {
@@ -5247,8 +5247,8 @@ memimage fw_image = {
	"FUPU7D37dhfwci\001C",			//signature, <format number>, C/Bin type
	(CFG_PROG_STRCT *) fw_image_code,
	0x000F429B,
	00000000,					//(dummy) pdaplug
	00000000,					//(dummy) priplug
	NULL,					//(dummy) pdaplug
	NULL,					//(dummy) priplug
	(CFG_RANGE20_STRCT *) fw_image_infocompat,
	(CFG_IDENTITY_STRCT *) fw_image_infoidentity,
};