Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368346
b: refs/heads/master
c: 3a703ab
h: refs/heads/master
v: v3
  • Loading branch information
Tim Gardner authored and John W. Linville committed Mar 6, 2013
1 parent 845b467 commit b6eef87
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: 33a606ac8020b47292bcfda30c7888c1ab5233e2
refs/heads/master: 3a703ab5fba5b00292c1e7e964783c304f43fef7
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rt2x00/rt2x00pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ int rt2x00pci_regbusy_read(struct rt2x00_dev *rt2x00dev,
udelay(REGISTER_BUSY_DELAY);
}

ERROR(rt2x00dev, "Indirect register access failed: "
"offset=0x%.08x, value=0x%.08x\n", offset, *reg);
printk_once(KERN_ERR "%s() Indirect register access failed: "
"offset=0x%.08x, value=0x%.08x\n", __func__, offset, *reg);
*reg = ~0;

return 0;
Expand Down

0 comments on commit b6eef87

Please sign in to comment.