From: Yuval Mintz <yuval.mi...@cavium.com> Date: Sun, 14 May 2017 12:21:23 +0300
> Current memset is using incorrect type of variable, causing the > upper-half of the strucutre to be left uninitialized and causing: > > ethernet/qlogic/qed/qed_init_fw_funcs.c: In function > 'qed_set_rfs_mode_disable': > ethernet/qlogic/qed/qed_init_fw_funcs.c:993:3: error: '*((void > *)&ramline+4)' is used uninitialized in this function [-Werror=uninitialized] > > Fixes: d51e4af5c209 ("qed: aRFS infrastructure support") > Reported-by: Arnd Bergmann <a...@arndb.de> > Signed-off-by: Yuval Mintz <yuval.mi...@cavium.com> Applied, thank you.