提交 35128d29 编写于 作者: A Archana kumari 提交者: Greg Kroah-Hartman

staging: wlags49_h2: Fixes the sparse warning in sta_h2.c

This patch fixes sparse warning "Using plain integer as NULL pointer" in
sta_h2.c
Signed-off-by: NArchana kumari <archanakumari959@gmail.com>
Reviewed-by: NJosh Triplett <josh@joshtriplett.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5a980686
...@@ -4472,8 +4472,8 @@ memimage fw_image = { ...@@ -4472,8 +4472,8 @@ memimage fw_image = {
"FUPU7D37dhfwci\001C", /* signature, <format number>, C/Bin type */ "FUPU7D37dhfwci\001C", /* signature, <format number>, C/Bin type */
(CFG_PROG_STRCT *) fw_image_code, (CFG_PROG_STRCT *) fw_image_code,
0x000F368E, 0x000F368E,
00000000, /* (dummy) pdaplug */ NULL, /* (dummy) pdaplug */
00000000, /* (dummy) priplug */ NULL, /* (dummy) priplug */
(CFG_RANGE20_STRCT *) fw_image_infocompat, (CFG_RANGE20_STRCT *) fw_image_infocompat,
(CFG_IDENTITY_STRCT *) fw_image_infoidentity, (CFG_IDENTITY_STRCT *) fw_image_infoidentity,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册