Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226590
b: refs/heads/master
c: 233cbe5
h: refs/heads/master
v: v3
  • Loading branch information
Rajendra Nayak authored and Paul Walmsley committed Dec 22, 2010
1 parent 71226b4 commit 7e978a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: b56b7bc8d9293b64e7a459527ae78078902751ff
refs/heads/master: 233cbe5b94096f95ba7bca2162d63275b0b90b5b
7 changes: 3 additions & 4 deletions trunk/arch/arm/mach-omap2/omap_hwmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,9 @@ static void _write_sysconfig(u32 v, struct omap_hwmod *oh)

/* XXX ensure module interface clock is up */

if (oh->_sysc_cache != v) {
oh->_sysc_cache = v;
omap_hwmod_write(v, oh, oh->class->sysc->sysc_offs);
}
/* Module might have lost context, always update cache and register */
oh->_sysc_cache = v;
omap_hwmod_write(v, oh, oh->class->sysc->sysc_offs);
}

/**
Expand Down

0 comments on commit 7e978a3

Please sign in to comment.