Re: [RESEND] regulator: mt6360: remove redundant error print

2021-03-24 Thread Mark Brown
On Wed, 24 Mar 2021 11:11:14 +0800, Jian Dong wrote: > fixes coccicheck warning: > > drivers/regulator/mt6360-regulator.c:384:3-10: line 384 is > redundant because platform_get_irq() already prints an error > > in fact it is not platform_get_irq but platform_get_irq_byname print error Applied to

[RESEND] regulator: mt6360: remove redundant error print

2021-03-23 Thread Jian Dong
From: Jian Dong fixes coccicheck warning: drivers/regulator/mt6360-regulator.c:384:3-10: line 384 is redundant because platform_get_irq() already prints an error in fact it is not platform_get_irq but platform_get_irq_byname print error Signed-off-by: Jian Dong --- drivers/regulator/mt6360-r