Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291451
b: refs/heads/master
c: 3b96d49
h: refs/heads/master
i:
  291449: 198e1e1
  291447: 919847d
v: v3
  • Loading branch information
Naveen Gangadharan authored and Kalle Valo committed Feb 8, 2012
1 parent 17d86ac commit 1542c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fb1ac2efa323de21bc83c1b3d326d06f8251ea4f
refs/heads/master: 3b96d49a79021ce4c1ca26aecd784d16aeb91a7c
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath6kl/hif.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ static void ath6kl_hif_dump_fw_crash(struct ath6kl *ar)

BUILD_BUG_ON(REG_DUMP_COUNT_AR6003 % 4);

for (i = 0; i < REG_DUMP_COUNT_AR6003 / 4; i++) {
for (i = 0; i < REG_DUMP_COUNT_AR6003; i += 4) {
ath6kl_info("%d: 0x%8.8x 0x%8.8x 0x%8.8x 0x%8.8x\n",
4 * i,
i,
le32_to_cpu(regdump_val[i]),
le32_to_cpu(regdump_val[i + 1]),
le32_to_cpu(regdump_val[i + 2]),
Expand Down

0 comments on commit 1542c6e

Please sign in to comment.