Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ANDROID: Fix sparse warning in __handle_speculative_fault caused by SPF
SPF patchset introduced a sparse warning caused by the mismatch in __handle_speculative_fault function's return type. Fix the return type. Fixes: 1c53717 ("FROMLIST: mm: provide speculative fault infrastructure") Bug: 161210518 Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: I27c75f2b3729fa5d4b610f4a1829c9beba29735c
- Loading branch information
1 parent
aef918d
commit 9e4d84273c9d786ee7592970f0a46c1c28eb3c18
Showing
2 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters