radio: iris: use the proper function to read from SMD
Events are read from SMD in tasklet context, but The function
used to read from SMD causes a deadlock as it only works
in interrupt context. This patch replaces the read function
with an appropriate function that can be used in tasklet
context.
CRs-Fixed: 322243
Change-Id: I02e65fe33f4eee6ff1296abffd010f1283682624
Signed-off-by:
Ankur Nandwani <ankurn@codeaurora.org>
Loading
Please sign in to comment