Re: Re: [PATCH] extcon: arizona: Fix runtime PM imbalance on error

2020-05-22 Thread dinghao . liu
> On Fri, May 22, 2020 at 07:07:31PM +0800, Dinghao Liu wrote: > > When arizona_request_irq() returns an error code, a > > pairing runtime PM usage counter decrement is needed > > to keep the counter balanced. For error paths after > > this function, things are the same. > > > > Signed-off-by:

Re: [PATCH] extcon: arizona: Fix runtime PM imbalance on error

2020-05-22 Thread Charles Keepax
On Fri, May 22, 2020 at 07:07:31PM +0800, Dinghao Liu wrote: > When arizona_request_irq() returns an error code, a > pairing runtime PM usage counter decrement is needed > to keep the counter balanced. For error paths after > this function, things are the same. > > Signed-off-by: Dinghao Liu >