| commit | d42d1206083796119de7d0ea1cc06b14f7f42884 | [log] [tgz] |
|---|---|---|
| author | Laura Abbott <lauraa@codeaurora.org> | Wed Jul 20 14:49:57 2011 -0700 |
| committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:26:15 2011 -0700 |
| tree | 075434e2245447bf353ba42b056b49da5f6ef388 | |
| parent | a416c4953aede201b820104aa795f44286fba621 [diff] |
msm: charm: Don't complete charm_boot on power up The first time the target boots up, complete(charm_boot) is called. Subsystem restart assumes that complete(charm_boot) has never been called before the first time. This can result in the charm code getting into a bad state. Fix this by not calling complete on bootup. Signed-off-by: Laura Abbott <lauraa@codeaurora.org>