Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ANDROID: GKI: qos: Register irq notify after adding the qos request
Before adding the irq affinity based qos request to the list, if the affinity of the interrupt changes it will trigger notify call. This notifier call will try to update the qos request. Accessing the qos request which is not yet added to the list leads to a NULL pointer exception. Avoid this race by registering the notifier after adding the qos request. Test: build, boot Bug: 150901210 Change-Id: I99869cc233573b5db10e4f3224d65c29511050ea Signed-off-by: Anil Kumar Mamidala <[email protected]> (cherry picked from commit 5db62557cb0e0fb88a638bd300295d1adb8f5bd7) Signed-off-by: Hridya Valsaraju <[email protected]> Signed-off-by: celtare21 <[email protected]>
- Loading branch information