Commit 54617727 authored by Monam Agarwal's avatar Monam Agarwal Committed by Greg Kroah-Hartman

Staging: wlags49_h2: Fix sparse warnings in sta_h2.c

This patch fixes sparse warnings "Using plain integer as NULL pointer" in
sta_h2.c
Signed-off-by: default avatarMonam Agarwal <monamagarwal123@gmail.com>
Acked-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 941060b4
...@@ -4435,7 +4435,7 @@ static const CFG_PROG_STRCT fw_image_code[] = { ...@@ -4435,7 +4435,7 @@ static const CFG_PROG_STRCT fw_image_code[] = {
0000, 0000,
0x000F368E, /* Start execution address */ 0x000F368E, /* 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[] = { static const CFG_RANGE20_STRCT fw_image_infocompat[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment