aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorCharles Keepax <[email protected]>2020-02-28 15:41:42 +0000
committerLinus Walleij <[email protected]>2020-02-29 00:32:41 +0100
commitaafd56fc79041bf36f97712d4b35208cbe07db90 (patch)
tree3b90400d7c3d8b755b0b651806dc620bd66496d4 /tools/perf/scripts/python/export-to-postgresql.py
parent4c48e549f39f8ed10cf8a0b6cb96f5eddf0391ce (diff)
pinctrl: core: Remove extra kref_get which blocks hogs being freed
kref_init starts with the reference count at 1, which will be balanced by the pinctrl_put in pinctrl_unregister. The additional kref_get in pinctrl_claim_hogs will increase this count to 2 and cause the hogs to not get freed when pinctrl_unregister is called. Fixes: 6118714275f0 ("pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()") Signed-off-by: Charles Keepax <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions