From: Ingo Molnar Date: Mon, 27 Apr 2015 04:58:22 +0000 (+0200) Subject: x86/fpu, kvm: Simplify fx_init() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~174^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ee6a5172573aea06ef41f4e48737dcfab0099bb;p=pandora-kernel.git x86/fpu, kvm: Simplify fx_init() Now that fpstate_init() cannot fail the error return of fx_init() has lost its purpose. Eliminate the error return and propagate this change to all callers. Reviewed-by: Borislav Petkov Cc: Andy Lutomirski Cc: Dave Hansen Cc: Fenghua Yu Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Oleg Nesterov Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed