aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMiaoqian Lin <[email protected]>2021-12-27 09:25:22 +0000
committerRobert Foss <[email protected]>2022-01-04 14:34:39 +0100
commit7c442e76c06cb1bef16a6c523487438175584eea (patch)
tree3c42b4e2613ff24bac04eb34d8ba67fc701207f0 /tools/perf/scripts/python
parent50d76e3d3ec0c18dbe2c801af676f7e7cbedbff0 (diff)
drm/bridge: Fix free wrong object in sii8620_init_rcp_input_dev
rc_dev is allocated by rc_allocate_device(), and doesn't assigned to ctx->rc_dev before calling rc_free_device(ctx->rc_dev). So it should call rc_free_device(rc_dev); Fixes: e25f1f7c94e1 ("drm/bridge/sii8620: add remote control support") Signed-off-by: Miaoqian Lin <[email protected]> Reviewed-by: Robert Foss <[email protected]> Signed-off-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions