Re: [PATCH v2] Input: i8042 fix refcount leak

2018-12-08 Thread Frank Lee
On Sun, Dec 9, 2018 at 1:40 PM Dmitry Torokhov wrote: > > On Sun, Dec 09, 2018 at 12:19:00AM -0500, Yangtao Li wrote: > > use of_node_put() to release the refcount. > > > > Signed-off-by: Yangtao Li > > --- > > drivers/input/serio/i8042-sparcio.h | 6 +- > > 1 file changed, 5 insertions(+),

Re: [PATCH v2] Input: i8042 fix refcount leak

2018-12-08 Thread Dmitry Torokhov
On Sun, Dec 09, 2018 at 12:19:00AM -0500, Yangtao Li wrote: > use of_node_put() to release the refcount. > > Signed-off-by: Yangtao Li > --- > drivers/input/serio/i8042-sparcio.h | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/drivers/input/serio/i8042-sparcio.h >

[PATCH v2] Input: i8042 fix refcount leak

2018-12-08 Thread Yangtao Li
use of_node_put() to release the refcount. Signed-off-by: Yangtao Li --- drivers/input/serio/i8042-sparcio.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/input/serio/i8042-sparcio.h b/drivers/input/serio/i8042-sparcio.h index 796289846204..cc6777b4c4ea 100644