Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222147
b: refs/heads/master
c: dfcccd3
h: refs/heads/master
i:
  222145: 45c630d
  222143: 2aec1e2
v: v3
  • Loading branch information
Felipe Balbi authored and Tony Lindgren committed Nov 9, 2010
1 parent 82d7585 commit 7773b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 1cff502d8b22272addc4f5f57346d598b4755d9e
refs/heads/master: dfcccd3aaba15e4e8ffae65fb2a757b3e49470de
5 changes: 2 additions & 3 deletions trunk/arch/arm/mach-omap1/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,9 @@ static struct platform_device omap_wdt_device = {
static int __init omap_init_wdt(void)
{
if (!cpu_is_omap16xx())
return;
return -ENODEV;

platform_device_register(&omap_wdt_device);
return 0;
return platform_device_register(&omap_wdt_device);
}
subsys_initcall(omap_init_wdt);
#endif

0 comments on commit 7773b04

Please sign in to comment.