Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14279
b: refs/heads/master
c: 3b26b11
h: refs/heads/master
i:
  14277: 9d04b4d
  14275: c5c62cd
  14271: 75a191f
v: v3
  • Loading branch information
Zhu Yi authored and Linus Torvalds committed Nov 17, 2005
1 parent 280cb91 commit 8e94f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: efb3442cf1c65747a858476e10f705612383eed1
refs/heads/master: 3b26b1100e26811e54770abaa221eae140ba840d
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -1110,8 +1110,7 @@ static struct ipw_fw_error *ipw_alloc_error_log(struct ipw_priv *priv)
error->elem_len = elem_len;
error->log_len = log_len;
error->elem = (struct ipw_error_elem *)error->payload;
error->log = (struct ipw_event *)(error->elem +
(sizeof(*error->elem) * elem_len));
error->log = (struct ipw_event *)(error->elem + elem_len);

ipw_capture_event_log(priv, log_len, error->log);

Expand Down

0 comments on commit 8e94f2f

Please sign in to comment.