Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116218
b: refs/heads/master
c: 80e74a8
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Samuel Ortiz committed Oct 19, 2008
1 parent 6d5d486 commit 4219b98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a87903f3b4fdbb2088d50a12eef872a1b3fa2ba4
refs/heads/master: 80e74a805f0a6662b9b8de519439afd06ac35427
6 changes: 3 additions & 3 deletions trunk/drivers/mfd/sm501.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@ unsigned long sm501_set_clock(struct device *dev,

sm501_sync_regs(sm);

dev_info(sm->dev, "gate %08lx, clock %08lx, mode %08lx\n",
gate, clock, mode);
dev_dbg(sm->dev, "gate %08lx, clock %08lx, mode %08lx\n",
gate, clock, mode);

sm501_mdelay(sm, 16);
mutex_unlock(&sm->clock_lock);
Expand Down Expand Up @@ -742,7 +742,7 @@ static int sm501_register_device(struct sm501_devdata *sm,
int ret;

for (ptr = 0; ptr < pdev->num_resources; ptr++) {
printk("%s[%d] flags %08lx: %08llx..%08llx\n",
printk(KERN_DEBUG "%s[%d] flags %08lx: %08llx..%08llx\n",
pdev->name, ptr,
pdev->resource[ptr].flags,
(unsigned long long)pdev->resource[ptr].start,
Expand Down

0 comments on commit 4219b98

Please sign in to comment.