msm: sdio: Initialize timer before creating thread
The thread function can start executing even before the timer
is initialized leading to a crash. Hence init the timer before
creating the thread.
CRs-Fixed: 362398
Change-Id: I471f258808a38095ea0621d2ee9998cf4661d7a1
Signed-off-by:
Venkat Gopalakrishnan <venkatg@codeaurora.org>
Loading
Please sign in to comment