Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165716
b: refs/heads/master
c: 3354f73
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Sep 24, 2009
1 parent 2ca1161 commit 1851d04
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: a21f3c2a04d8a8d26b4bf3523368380feb8742b7
refs/heads/master: 3354f73b24c6d392ed7fd5583cfcc7604c1934ae
2 changes: 1 addition & 1 deletion trunk/drivers/vlynq/vlynq.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ static int vlynq_probe(struct platform_device *pdev)
dev->mem_start = mem_res->start;
dev->mem_end = mem_res->end;

len = regs_res->end - regs_res->start;
len = resource_size(regs_res);
if (!request_mem_region(regs_res->start, len, dev_name(&dev->dev))) {
printk(KERN_ERR "%s: Can't request vlynq registers\n",
dev_name(&dev->dev));
Expand Down

0 comments on commit 1851d04

Please sign in to comment.