On 12.01.21 02:35:40, [email protected] wrote: > From: Menglong Dong <[email protected]> > > Coccinelle reports a redundant error print in xgene_edac_probe. > As 'platform_get_irq' already prints the error message, error > print here is redundant. > > Fix it by using 'platform_get_irq_optional' in place of > 'platform_get_irq', as Robert suggested. > > Signed-off-by: Menglong Dong <[email protected]> > --- > v2: > - use 'platform_get_irq_optional' instead of 'platform_get_irq' > ---
Reviewed-by: Robert Richter <[email protected]>

