Re: [PATCH 3/3] driver: input: twl6040-vibra: fix missing of_node_put

2013-09-01 Thread Peter Ujfalusi
On 08/31/2013 09:45 AM, Libo Chen wrote: > > decrease twl6040_core_node device_node refcount after task completion > > There are two ways to implement the function of_node_put through > the marco CONFIG_OF_DYNAMIC, so it is save to call directly. > > Signed-off-by: Libo Chen Acked-by: Peter Uj

[PATCH 3/3] driver: input: twl6040-vibra: fix missing of_node_put

2013-08-30 Thread Libo Chen
decrease twl6040_core_node device_node refcount after task completion There are two ways to implement the function of_node_put through the marco CONFIG_OF_DYNAMIC, so it is save to call directly. Signed-off-by: Libo Chen --- drivers/input/misc/twl6040-vibra.c |3 +++ 1 files changed, 3 ins