Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230982
b: refs/heads/master
c: 3f3d431
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Samuel Ortiz committed Jan 14, 2011
1 parent 54c0e25 commit 4dc73df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: f71e1afdd588ec60fd799b1e5a6f0b2e6cf9605e
refs/heads/master: 3f3d4310bdb083b9331239e1a1bb09e19f763115
7 changes: 2 additions & 5 deletions trunk/drivers/mfd/sm501.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,11 +745,8 @@ static int sm501_register_device(struct sm501_devdata *sm,
int ret;

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

ret = platform_device_register(pdev);
Expand Down

0 comments on commit 4dc73df

Please sign in to comment.