Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335934
b: refs/heads/master
c: 2424d45
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Mark Brown committed Nov 21, 2012
1 parent 98da43f commit ad71c78
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: 25ec6bbb63e7eec905d94ccb59cdd54cf22ee618
refs/heads/master: 2424d458108e275ca736dabc792ee9b6733994c5
2 changes: 1 addition & 1 deletion trunk/sound/soc/kirkwood/kirkwood-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static inline void kirkwood_set_dco(void __iomem *io, unsigned long rate)
do {
cpu_relax();
value = readl(io + KIRKWOOD_DCO_SPCR_STATUS);
value &= KIRKWOOD_DCO_SPCR_STATUS;
value &= KIRKWOOD_DCO_SPCR_STATUS_DCO_LOCK;
} while (value == 0);
}

Expand Down

0 comments on commit ad71c78

Please sign in to comment.