Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314113
b: refs/heads/master
c: 06bba80
h: refs/heads/master
i:
  314111: 36bccb5
v: v3
  • Loading branch information
Luciano Coelho committed Jun 5, 2012
1 parent fe44ece commit 380eb3b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 283e8c425f6eab2002457c27a5182869bb414771
refs/heads/master: 06bba80e711b9b66e9316d4d228b55f768c27749
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/ti/wlcore/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,9 +836,11 @@ static void wl1271_recovery_work(struct work_struct *work)

/* change partitions momentarily so we can read the FW pc */
wlcore_set_partition(wl, &wl->ptable[PART_BOOT]);
wl1271_info("Hardware recovery in progress. FW ver: %s pc: 0x%x",
wl1271_info("Hardware recovery in progress. FW ver: %s pc: 0x%x "
"hint_sts: 0x%08x",
wl->chip.fw_ver_str,
wlcore_read_reg(wl, REG_PC_ON_RECOVERY));
wlcore_read_reg(wl, REG_PC_ON_RECOVERY),
wlcore_read_reg(wl, REG_INTERRUPT_NO_CLEAR));
wlcore_set_partition(wl, &wl->ptable[PART_WORK]);

BUG_ON(bug_on_recovery &&
Expand Down

0 comments on commit 380eb3b

Please sign in to comment.