Skip to content
Commit 9f482807 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86, fpu: check __clear_user() return value



fix warning:

  arch/x86/kernel/xsave.c: In function ‘save_i387_xstate’:
  arch/x86/kernel/xsave.c:98: warning: ignoring return value of ‘__clear_user’, declared with attribute warn_unused_result

check the return value and act on it. We should not be ignoring faults
at this point.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 620f2efc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment