mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
Fixed parameter reordering in firmware log routine.
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
This commit is contained in:
parent
9d5b880bb8
commit
286568ab1e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user