]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPI / APEI: Fix incorrect return value of ghes_proc()
authorPunit Agrawal <punit.agrawal@arm.com>
Tue, 18 Oct 2016 16:07:19 +0000 (17:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Nov 2016 09:51:51 +0000 (10:51 +0100)
commitad185d9251e125913f5866ac956c15345d5bf002
tree64447fcacc5778f88db02f0f32d87d96c3819ac9
parentb55ebc89ab1da1eaf1f36c45fa3bb50d0eb89988
ACPI / APEI: Fix incorrect return value of ghes_proc()

commit 806487a8fc8f385af75ed261e9ab658fc845e633 upstream.

Although ghes_proc() tests for errors while reading the error status,
it always return success (0). Fix this by propagating the return
value.

Fixes: d334a49113a4a33 (ACPI, APEI, Generic Hardware Error Source memory error support)
Signed-of-by: Punit Agrawal <punit.agrawa.@arm.com>
Tested-by: Tyler Baicar <tbaicar@codeaurora.org>
Reviewed-by: Borislav Petkov <bp@suse.de>
[ rjw: Subject ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/apei/ghes.c