Re: [PATCH v4 0/2] Add an API for edac device, for mulriple errors

2019-09-23 Thread Robert Richter
On 23.09.19 20:17:39, Hanna Hawa wrote: > Add an API for EDAC device to report for multiple errors, and move the > old report function to use the new API. > > Changes from v3: > > - Move count check to inline function > - Fix count variable describtion > (Reported-by: kbuild tes

[PATCH v4 0/2] Add an API for edac device, for mulriple errors

2019-09-23 Thread Hanna Hawa
Add an API for EDAC device to report for multiple errors, and move the old report function to use the new API. Changes from v3: - Move count check to inline function - Fix count variable describtion (Reported-by: kbuild test robot ) Changes from v2: - Remove co