msm: qdsp5: Fix scheduling while atomic bug in adsp probe
-Scheduling while atomic message comes while boot up of target.
-This message comes when kernel thread to process adsp rpc
call backs is started in adsp_probe which runs in
atomic context.
-Move adsp rpc kernel thread start to bottom half using work queue.
CRs-Fixed: 342525
Change-Id: I50834b4f50fe8a7c29979808ee5fa0de6f4b0c62
Signed-off-by:
Chaithanya Krishna Bacharaju <chaithan@codeaurora.org>
Loading
Please sign in to comment