summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2013-11-22 23:28:31 +0100
committerGreg Kroah-Hartman2013-11-22 23:28:31 +0100
commit82d939ecf0469f0af048724fdbca544f02baed7f (patch)
tree8596e5b265fe4279c6afd9ca75f304aacac6d15f /drivers/staging/wlags49_h2
parentLinux 3.13-rc1 (diff)
parentstaging/lustre/lnet: Fix assert on empty group in selftest module (diff)
downloadkernel-qcow2-linux-82d939ecf0469f0af048724fdbca544f02baed7f.tar.gz
kernel-qcow2-linux-82d939ecf0469f0af048724fdbca544f02baed7f.tar.xz
kernel-qcow2-linux-82d939ecf0469f0af048724fdbca544f02baed7f.zip
Merge branch 'opw-next' into staging-next
This pulls in all of the staging patches applied during the opw application process, and some other staging patches that were submitted during that period of time. All of these are for 3.14-rc1. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlags49_h2')
-rw-r--r--drivers/staging/wlags49_h2/sta_h25.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/wlags49_h2/sta_h25.c b/drivers/staging/wlags49_h2/sta_h25.c
index 5b6f670d8ef2..eccd780ef135 100644
--- a/drivers/staging/wlags49_h2/sta_h25.c
+++ b/drivers/staging/wlags49_h2/sta_h25.c
@@ -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,
};