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)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 24 Oct 2016 12:32:14 +0000 (14:32 +0200)
commit806487a8fc8f385af75ed261e9ab658fc845e633
tree8cb1d8793943fade00a2f460f85e7822d99a0be5
parent07d9a380680d1c0eb51ef87ff2eab5c994949e69
ACPI / APEI: Fix incorrect return value of ghes_proc()

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>
drivers/acpi/apei/ghes.c