Re: [PATCH 08/19] EDAC, mc: Split edac_mc_alloc() into smaller functions

2019-10-11 Thread Mauro Carvalho Chehab
Em Thu, 10 Oct 2019 20:25:20 + Robert Richter escreveu: > edac_mc_alloc() is huge. Factor out code by moving it to the two new > functions edac_mc_alloc_csrows() and edac_mc_alloc_dimms(). Do not > move code yet for better review. > > Signed-off-by: Robert Richter Reviewed-by: Mauro Carval

[PATCH 08/19] EDAC, mc: Split edac_mc_alloc() into smaller functions

2019-10-10 Thread Robert Richter
edac_mc_alloc() is huge. Factor out code by moving it to the two new functions edac_mc_alloc_csrows() and edac_mc_alloc_dimms(). Do not move code yet for better review. Signed-off-by: Robert Richter --- drivers/edac/edac_mc.c | 104 +++-- 1 file changed, 69 in