Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13598
b: refs/heads/master
c: 286568a
h: refs/heads/master
v: v3
  • Loading branch information
James Ketrenos committed Nov 7, 2005
1 parent d982436 commit bd7e7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d5b880bb8e977426d64a4caebe3fd3ae73a2862
refs/heads/master: 286568ab1e8f0e09a76cfa58e8ed48ddc44484b5
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bd7e7cf

Please sign in to comment.