aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDaniel Scheller <[email protected]>2017-12-17 10:40:43 -0500
committerMauro Carvalho Chehab <[email protected]>2017-12-19 07:16:23 -0500
commitfac37bb124c221bde55ae77fbf8c7eff84881bda (patch)
tree578f9146a2f7519a3a4541ca0b9bf45e542c137d /tools/perf/scripts/python
parenta1c484b3a09bda3d2a0c3c1f38691a625e4d016a (diff)
media: ddbridge: fix resources cleanup for CI hardware
Do kfree() on port->en->data instead of port->en. port->en only holds a ptr to a struct dvb_ca_en50221, which is a member either of a memalloc'ed struct ddb_ci (DuoFlex CI, Octopus CI Duo) or a struct cxd (CXD2099AR based Single Flex, allocated by the cxd2099 driver). port->en.data though holds the ptr to the allocated memory, which must rather be kfree()'d. Change this accordingly. Cc: Ralph Metzler <[email protected]> Signed-off-by: Daniel Scheller <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions