]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ts4800-ts - add missing of_node_put after calling of_parse_phandle
authorPeter Chen <peter.chen@nxp.com>
Fri, 15 Jul 2016 16:32:54 +0000 (09:32 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 15 Jul 2016 17:50:12 +0000 (10:50 -0700)
commitb925490d268507857b99b2fe0621d4d40cee1c99
treee655c48ae3554f4af3a7e395348dc00b8dc789ed
parent8b832b8ae2927321f9db503460901f9bb2c7b1bd
Input: ts4800-ts - add missing of_node_put after calling of_parse_phandle

of_node_put needs to be called when the device node which is got
from of_parse_phandle has finished using.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ts4800-ts.c