Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362403
b: refs/heads/master
c: 83589b3
h: refs/heads/master
i:
  362401: 2cf9502
  362399: 700b8cb
v: v3
  • Loading branch information
Tim Gardner authored and John W. Linville committed Apr 3, 2013
1 parent 0c21299 commit af12708
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: f50b1cd37446ad32c432f0f73bbed67a1c076eae
refs/heads/master: 83589b30f1e1dc9898986293c9336b8ce1705dec
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 af12708

Please sign in to comment.