Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253149
b: refs/heads/master
c: 1499f2d
h: refs/heads/master
i:
  253147: 694085f
v: v3
  • Loading branch information
Rabin Vincent authored and Tony Lindgren committed Jun 1, 2011
1 parent dcf3801 commit 1369e8b
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: 50b4860d577b4bef76c71ad38ef83b9f368283c2
refs/heads/master: 1499f2dbafafe844e485ff8945f60cd9f3d5cbd9
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static int __init omap4_l3_init(void)

WARN(IS_ERR(od), "could not build omap_device for %s\n", oh_name);

return PTR_ERR(od);
return IS_ERR(od) ? PTR_ERR(od) : 0;
}
postcore_initcall(omap4_l3_init);

Expand Down

0 comments on commit 1369e8b

Please sign in to comment.