Commit 6e7a3e89 authored by Joel King's avatar Joel King
Browse files

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: default avatarJoel King <joelking@codeaurora.org>
parent 7646faf1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment