Re: [PATCH V2] EDAC, altera: Fix an error handling path in 'altr_s10_sdram_probe()'

2018-06-17 Thread Borislav Petkov
On Mon, Jun 11, 2018 at 09:53:53AM -0500, Thor Thayer wrote: > On 06/10/2018 12:45 PM, Christophe JAILLET wrote: > > IF 'regmap_write()' fails, we should release some resources as done in all > > the other error handling paths of the function. > > > > Fixes: e9918d7fafae ("EDAC, altera: Handle SDR

Re: [PATCH V2] EDAC, altera: Fix an error handling path in 'altr_s10_sdram_probe()'

2018-06-11 Thread Thor Thayer
On 06/10/2018 12:45 PM, Christophe JAILLET wrote: IF 'regmap_write()' fails, we should release some resources as done in all the other error handling paths of the function. Fixes: e9918d7fafae ("EDAC, altera: Handle SDRAM Uncorrectable Errors on Stratix10") Signed-off-by: Christophe JAILLET --

[PATCH V2] EDAC, altera: Fix an error handling path in 'altr_s10_sdram_probe()'

2018-06-10 Thread Christophe JAILLET
IF 'regmap_write()' fails, we should release some resources as done in all the other error handling paths of the function. Fixes: e9918d7fafae ("EDAC, altera: Handle SDRAM Uncorrectable Errors on Stratix10") Signed-off-by: Christophe JAILLET --- v1 -> v2: Fix subject line --- drivers/edac/alter