提交 5bfe6f53 编写于 作者: E Emmanuel Grumbach

iwlwifi: mvm: update layout of firmware error dump

The memory was not zeroed - fix that. Also update the
iwl_fw_error_dump_info structure.
Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
上级 655e6d6d
......@@ -686,7 +686,7 @@ static void iwl_mvm_fw_error_dump(struct iwl_mvm *mvm)
if (trans_len)
file_len += trans_len;
dump_file = vmalloc(file_len);
dump_file = vzalloc(file_len);
if (!dump_file)
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册