2013-08-31 06:45:43

by Libo Chen

[permalink] [raw]
Subject: [PATCH 0/3] driver: input: fix missing of_node_put


decrease np device_node refcount after task completion

Libo Chen (3):
driver: input: 88pm860x-ts: fix missing of_node_put
driver: input: twl4030-vibra: fix missing of_node_put
driver: input: twl6040-vibra: fix missing of_node_put

drivers/input/misc/twl4030-vibra.c | 4 +++-
drivers/input/misc/twl6040-vibra.c | 3 +++
drivers/input/touchscreen/88pm860x-ts.c | 22 +++++++++++++++-------
3 files changed, 21 insertions(+), 8 deletions(-)