提交 286568ab 编写于 作者: J James Ketrenos

Fixed parameter reordering in firmware log routine.

Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
上级 9d5b880b
......@@ -526,7 +526,7 @@ static void ipw_dump_error_log(struct ipw_priv *priv,
for (i = 0; i < error->log_len; i++)
IPW_ERROR("%i\t0x%08x\t%i\n",
error->log[i].time,
error->log[i].event, error->log[i].data);
error->log[i].data, error->log[i].event);
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册