Re: [PATCH] sbus: char: add of_node_put()

2018-12-02 Thread David Miller
From: Yangtao Li Date: Tue, 20 Nov 2018 08:30:40 -0500 > use of_node_put() to release the refcount. > > Signed-off-by: Yangtao Li Applied.

[PATCH] sbus: char: add of_node_put()

2018-11-20 Thread Yangtao Li
use of_node_put() to release the refcount. Signed-off-by: Yangtao Li --- drivers/sbus/char/display7seg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/sbus/char/display7seg.c b/drivers/sbus/char/display7seg.c index 5c8ed7350a04..a36e4cf1841d 100644 --- a/drivers/sbus/char/display7s