Re: [PATCH v3 2/2] edac: move edac_device_handle_*() API functions to header

2019-09-23 Thread Hawa, Hanna
On 9/20/2019 9:49 AM, Robert Richter wrote: On 19.09.19 18:17:13, Hanna Hawa wrote: Move edac_device_handle_*() functions from source file to header file as inline funtcion that use the new API with single error. Signed-off-by: Hanna Hawa With the changes below it looks good to me: Acked

Re: [PATCH v3 2/2] edac: move edac_device_handle_*() API functions to header

2019-09-19 Thread Robert Richter
On 19.09.19 18:17:13, Hanna Hawa wrote: > Move edac_device_handle_*() functions from source file to header file as > inline funtcion that use the new API with single error. > > Signed-off-by: Hanna Hawa With the changes below it looks good to me: Acked-by: Robert Richter Thanks, -Robert > d

[PATCH v3 2/2] edac: move edac_device_handle_*() API functions to header

2019-09-19 Thread Hanna Hawa
Move edac_device_handle_*() functions from source file to header file as inline funtcion that use the new API with single error. Signed-off-by: Hanna Hawa --- drivers/edac/edac_device.c | 14 -- drivers/edac/edac_device.h | 37 ++--- 2 files changed, 1