PeriodicIO: Avoid scheduling from interrupt handler
To avoid scheduling from hr timer interrupt handler, use kzalloc flag
GFP_NOWAIT instead of GFP_KERNEL.
Bug: 179511263
Test: boot to home, GCA, OIS periodic log
Change-Id: If6fa89c4f21df261a7e49df96148f82a00590aad
Signed-off-by:
Gary Lin <garylse@google.com>
Loading
Please sign in to comment