Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184822
b: refs/heads/master
c: ad95616
h: refs/heads/master
v: v3
  • Loading branch information
Paul Walmsley committed Feb 25, 2010
1 parent e829175 commit 10ef6f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43b40992ce21def8d5957f32d7ddb728af89bfce
refs/heads/master: ad9561609c41f704fd82facd37127e957bcaea94
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-omap2/clockdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ static void _clkdm_add_autodeps(struct clockdomain *clkdm)
{
struct clkdm_autodep *autodep;

if (!autodeps)
return;

for (autodep = autodeps; autodep->clkdm.ptr; autodep++) {
if (IS_ERR(autodep->clkdm.ptr))
continue;
Expand Down Expand Up @@ -201,6 +204,9 @@ static void _clkdm_del_autodeps(struct clockdomain *clkdm)
{
struct clkdm_autodep *autodep;

if (!autodeps)
return;

for (autodep = autodeps; autodep->clkdm.ptr; autodep++) {
if (IS_ERR(autodep->clkdm.ptr))
continue;
Expand Down

0 comments on commit 10ef6f5

Please sign in to comment.