Re: [RFC PATCH v2 1/4] EDAC, GHES: Remove unused argument to ghes_edac_report_mem_error

2018-04-17 Thread Alex G.
On 04/17/2018 04:36 AM, Borislav Petkov wrote: > On Mon, Apr 16, 2018 at 04:59:00PM -0500, Alexandru Gagniuc wrote: > > <--- Insert commit message here. > > A possible candidate would be some blurb about what commit removed the > use of that first arg. I didn't consider any commit message pork

Re: [RFC PATCH v2 1/4] EDAC, GHES: Remove unused argument to ghes_edac_report_mem_error

2018-04-17 Thread Borislav Petkov
On Mon, Apr 16, 2018 at 04:59:00PM -0500, Alexandru Gagniuc wrote: <--- Insert commit message here. A possible candidate would be some blurb about what commit removed the use of that first arg. > Signed-off-by: Alexandru Gagniuc > --- > drivers/acpi/apei/ghes.c | 2 +- > drivers/edac/ghes_edac

[RFC PATCH v2 1/4] EDAC, GHES: Remove unused argument to ghes_edac_report_mem_error

2018-04-16 Thread Alexandru Gagniuc
Signed-off-by: Alexandru Gagniuc --- drivers/acpi/apei/ghes.c | 2 +- drivers/edac/ghes_edac.c | 3 +-- include/acpi/ghes.h | 5 ++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c index 1efefe919555..f9b53a6f55f3 100644 --