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)
commit6a5029e66404462a3322dba8e35615bd09332081
treee655c48ae3554f4af3a7e395348dc00b8dc789ed
parent9624516db0f3ffcbd1ba1007775d068f54049773
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