Re: [PATCH 17/19] EDAC, ghes: Remove intermediate buffer pvt->detail_location

2019-10-11 Thread Mauro Carvalho Chehab
Em Thu, 10 Oct 2019 20:25:38 + Robert Richter escreveu: > detail_location[] is used to collect two location strings so they can > be passed as one to trace_mc_event(). Instead of having an extra copy > step, assemble the location string in other_detail[] from the > beginning. > > Using other

[PATCH 17/19] EDAC, ghes: Remove intermediate buffer pvt->detail_location

2019-10-10 Thread Robert Richter
detail_location[] is used to collect two location strings so they can be passed as one to trace_mc_event(). Instead of having an extra copy step, assemble the location string in other_detail[] from the beginning. Using other_detail[] to call trace_mc_event() is now the same as in edac_mc.c and cod