Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xcap-capability-linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xcap
xcap-capability-linux
Commits
286568ab
Commit
286568ab
authored
Aug 30, 2005
by
James Ketrenos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed parameter reordering in firmware log routine.
Signed-off-by:
James Ketrenos
<
jketreno@linux.intel.com
>
parent
9d5b880b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/net/wireless/ipw2200.c
drivers/net/wireless/ipw2200.c
+1
-1
No files found.
drivers/net/wireless/ipw2200.c
View file @
286568ab
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment