Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198376
b: refs/heads/master
c: 100fb76
h: refs/heads/master
v: v3
  • Loading branch information
Banajit Goswami authored and Wim Van Sebroeck committed May 25, 2010
1 parent ec25ccf commit 7627974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 8740f71d7f4f0400cd8c42e6584155024119d77e
refs/heads/master: 100fb76f0acfebcb7c72875890b9ef33ff04dc2b
3 changes: 1 addition & 2 deletions trunk/drivers/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,7 @@ static int __devinit s3c2410wdt_probe(struct platform_device *pdev)
wdt_mem = request_mem_region(res->start, size, pdev->name);
if (wdt_mem == NULL) {
dev_err(dev, "failed to get memory region\n");
ret = -ENOENT;
goto err_req;
return -EBUSY;
}

wdt_base = ioremap(res->start, size);
Expand Down

0 comments on commit 7627974

Please sign in to comment.