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

2021-03-24 Thread Mark Brown
On Tue, 23 Mar 2021 20:22:41 +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 t

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

2021-03-23 Thread Jian Dong
On Tue, 23 Mar 2021 17:16:28 + Mark Brown wrote: > On Tue, Mar 23, 2021 at 08:22:41PM +0800, Jian Dong wrote: > > 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

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

2021-03-23 Thread Mark Brown
On Tue, Mar 23, 2021 at 08:22:41PM +0800, Jian Dong wrote: > 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 This doesn't apply against current code, please check and rese