commit | 6e7a3e89ae347f09386d20b7d39a04e8d1235c14 | [log] [tgz] |
---|---|---|
author | Joel King <joelking@codeaurora.org> | Fri Apr 13 17:37:33 2012 -0700 |
committer | Joel King <joelking@codeaurora.org> | Tue Apr 17 18:48:07 2012 -0700 |
tree | a23bd4a5851ee7f2ad72a1bead73948780439341 | |
parent | 7646faf1a40035956809b4e6c54eb66fc0acc24e [diff] |
msm: mdm: use msleep instead of mdelay Calling mdelay() for 2 seconds can cause a watchdog bark because it is a blocking call intended to be used where msleep() cannot be used such as in atomic context. There is no need to use it here because mdm_subsys_shutdown() will not be called in atomic context. Change-Id: Iecc4732e5ad20bfdf07b996ac4e9003383d382a8 Signed-off-by: Joel King <joelking@codeaurora.org>