Re: [PATCH] tps65218.c: fix IRQ resource leak in tps65218_probe()

2018-12-17 Thread Lee Jones
On Mon, 17 Dec 2018, J, KEERTHY wrote: > > > On 12/14/2018 5:56 PM, Lee Jones wrote: > > On Fri, 14 Dec 2018, Lee Jones wrote: > > > > > On Thu, 06 Dec 2018, Christian Hohnstaedt wrote: > > > > > > > Free allocated IRQ if reading the device ID fails. > > > > > > The patch is fine. However, i

Re: [PATCH] tps65218.c: fix IRQ resource leak in tps65218_probe()

2018-12-16 Thread J, KEERTHY
On 12/14/2018 5:56 PM, Lee Jones wrote: On Fri, 14 Dec 2018, Lee Jones wrote: On Thu, 06 Dec 2018, Christian Hohnstaedt wrote: Free allocated IRQ if reading the device ID fails. The patch is fine. However, in future please submit patches using the format set (by precedent) by the subsys

Re: [PATCH] tps65218.c: fix IRQ resource leak in tps65218_probe()

2018-12-14 Thread Lee Jones
On Fri, 14 Dec 2018, Lee Jones wrote: > On Thu, 06 Dec 2018, Christian Hohnstaedt wrote: > > > Free allocated IRQ if reading the device ID fails. > > The patch is fine. However, in future please submit patches using the > format set (by precedent) by the subsystem. I will fix the subject > for

Re: [PATCH] tps65218.c: fix IRQ resource leak in tps65218_probe()

2018-12-14 Thread Lee Jones
On Thu, 06 Dec 2018, Christian Hohnstaedt wrote: > Free allocated IRQ if reading the device ID fails. The patch is fine. However, in future please submit patches using the format set (by precedent) by the subsystem. I will fix the subject for you this time. To check the format, you can do:

[PATCH] tps65218.c: fix IRQ resource leak in tps65218_probe()

2018-12-06 Thread Christian Hohnstaedt
Free allocated IRQ if reading the device ID fails. Signed-off-by: Christian Hohnstaedt --- drivers/mfd/tps65218.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/tps65218.c b/drivers/mfd/tps65218.c index 910f569..19270bc 100644 --- a/drivers/mfd/tps65218.c +++ b/d