diff options
author | Rodrigo Vivi <[email protected]> | 2018-08-23 13:51:36 -0700 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2018-08-28 12:50:43 -0700 |
commit | 1b1b1162745e5f9e5c6c095afc8081df3edabc50 (patch) | |
tree | e9d3a2a563f7d5848cacd30ebef270d346e739fe /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 5b2695fd4b20f9b8320e9ecbfc232842bacf5b6f (diff) |
drm/i915: Free write_buf that we allocated with kzalloc.
We use kzalloc to allocate the write_buf that we use for
i2c transfer on hdcp write. But it seems that we are forgetting
to free the memory that is not needed after i2c transfer is
completed.
Reported-by: Brian J Wood <[email protected]>
Fixes: 2320175feb74 ("drm/i915: Implement HDCP for HDMI")
Cc: Ramalingam C <[email protected]>
Cc: Sean Paul <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: <[email protected]> # v4.17+
Signed-off-by: Rodrigo Vivi <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 62d3a8deaa10b8346d979d0dabde56c33b742afa)
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions