Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266027
b: refs/heads/master
c: 05f8a09
h: refs/heads/master
i:
  266025: 264ecfa
  266023: 8f35222
v: v3
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed Sep 14, 2011
1 parent 6993388 commit 7b6e0f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a10e3e4076d09779da5a02b0ab6ce551d964d48
refs/heads/master: 05f8a09faeb4e3a9dd5a877eff747bb898048b5d
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-trans.c
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,8 @@ static int iwl_trans_pcie_check_stuck_queue(struct iwl_trans *trans, int cnt)
if (time_after(jiffies, timeout)) {
IWL_ERR(trans, "Queue %d stuck for %u ms.\n", q->id,
hw_params(trans).wd_timeout);
IWL_ERR(trans, "Current read_ptr %d write_ptr %d\n",
q->read_ptr, q->write_ptr);
return 1;
}

Expand Down

0 comments on commit 7b6e0f6

Please sign in to comment.