Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275133
b: refs/heads/master
c: ace9021
h: refs/heads/master
i:
  275131: 7a58a8a
v: v3
  • Loading branch information
Paul Walmsley authored and Tony Lindgren committed Nov 5, 2011
1 parent 7b99f91 commit 77f1bba
Show file tree
Hide file tree
Showing 2 changed files with 3 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: af504e5d39de35dc3de5f42c357fe1b519fea33f
refs/heads/master: ace9021698ef7d298e6d184ae2880b1cb3ebc4c7
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -3270,7 +3270,7 @@ int __init omap3xxx_hwmod_init(void)

/* Register hwmods common to all OMAP3 */
r = omap_hwmod_register(omap3xxx_hwmods);
if (!r)
if (r < 0)
return r;

rev = omap_rev();
Expand All @@ -3295,7 +3295,7 @@ int __init omap3xxx_hwmod_init(void)
};

r = omap_hwmod_register(h);
if (!r)
if (r < 0)
return r;

/*
Expand Down

0 comments on commit 77f1bba

Please sign in to comment.