Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109223
b: refs/heads/master
c: 0e65fb2
h: refs/heads/master
i:
  109221: 054bccc
  109219: a853ff2
  109215: 196170d
v: v3
  • Loading branch information
Ben Dooks authored and Wim Van Sebroeck committed Aug 26, 2008
1 parent 479a864 commit d24264b
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: 9e3eaf149043f29cfcb77c2fa163dfa1d2ccbfab
refs/heads/master: 0e65fb2978467a3538af69858ae6bc13d332b9b2
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ static int s3c2410wdt_probe(struct platform_device *pdev)
return -ENOENT;
}

size = (res->end-res->start)+1;
size = (res->end - res->start) + 1;
wdt_mem = request_mem_region(res->start, size, pdev->name);
if (wdt_mem == NULL) {
dev_err(dev, "failed to get memory region\n");
Expand Down

0 comments on commit d24264b

Please sign in to comment.