Re: [PATCH v3 1/2] edac: Add an API for edac device to report for multiple errors

2019-09-23 Thread Hawa, Hanna
On 9/20/2019 9:42 AM, Robert Richter wrote: On 19.09.19 18:17:12, Hanna Hawa wrote: Add an API for EDAC device to report multiple errors with same type. Signed-off-by: Hanna Hawa With the change below it looks good to me: Acked-by: Robert Richter Thanks Thanks, -Robert --- dri

Re: [PATCH v3 1/2] edac: Add an API for edac device to report for multiple errors

2019-09-21 Thread kbuild test robot
Hi Hanna, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [cannot apply to v5.3 next-20190919] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify

Re: [PATCH v3 1/2] edac: Add an API for edac device to report for multiple errors

2019-09-19 Thread Robert Richter
On 19.09.19 18:17:12, Hanna Hawa wrote: > Add an API for EDAC device to report multiple errors with same type. > > Signed-off-by: Hanna Hawa With the change below it looks good to me: Acked-by: Robert Richter Thanks, -Robert > --- > drivers/edac/edac_device.c | 62 +

[PATCH v3 1/2] edac: Add an API for edac device to report for multiple errors

2019-09-19 Thread Hanna Hawa
Add an API for EDAC device to report multiple errors with same type. Signed-off-by: Hanna Hawa --- drivers/edac/edac_device.c | 62 ++ drivers/edac/edac_device.h | 40 2 files changed, 82 insertions(+), 20 deletions(-) diff --git a/dr