Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163621
b: refs/heads/master
c: d7e9791
h: refs/heads/master
i:
  163619: 994392a
v: v3
  • Loading branch information
Wim Van Sebroeck committed Sep 18, 2009
1 parent cde3c1e commit f90bae3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 64d4062a3813e4816f31e2f49fd42129411975f8
refs/heads/master: d7e9791bc1cbf635f13859216a825af5199a2061
3 changes: 2 additions & 1 deletion trunk/drivers/watchdog/ar7_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static int __devinit ar7_wdt_probe(struct platform_device *pdev)
if (!ar7_wdt) {
printk(KERN_ERR DRVNAME ": could not ioremap registers\n");
rc = -ENXIO;
goto out;
goto out_mem_region;
}

ar7_wdt_disable_wdt();
Expand All @@ -311,6 +311,7 @@ static int __devinit ar7_wdt_probe(struct platform_device *pdev)

out_alloc:
iounmap(ar7_wdt);
out_mem_region:
release_mem_region(ar7_regs_wdt->start, resource_size(ar7_regs_wdt));
out:
return rc;
Expand Down

0 comments on commit f90bae3

Please sign in to comment.