Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3932
b: refs/heads/master
c: 164cad9
h: refs/heads/master
v: v3
  • Loading branch information
Prakash Punnoor authored and Linus Torvalds committed Jun 29, 2005
1 parent c173a32 commit ba1df2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fd782a4a99d2d3e818b9465c427b10f7f027d7da
refs/heads/master: 164cad9bacc2cf190493d2ee4918dc2869ba6f53
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/chips/atxp1.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static ssize_t atxp1_storevcore(struct device *dev, struct device_attribute *att
if (vid == cvid)
return count;

dev_info(dev, "Setting VCore to %d mV (0x%02x)\n", vcore, vid);
dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", vcore, vid);

/* Write every 25 mV step to increase stability */
if (cvid > vid) {
Expand Down

0 comments on commit ba1df2e

Please sign in to comment.