diff options
| author | Benoit Parrot <[email protected]> | 2019-10-07 12:09:52 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2019-10-10 13:43:12 -0300 |
| commit | 55c686ff93f1287c4f7278c78926c11611cf7e00 (patch) | |
| tree | e4c7c24e65edbfac5de0b11c0f9d04fe19088daa /tools/perf/scripts/python/bin | |
| parent | 4d59c7d455853edca990848b1cb7c482b4628f32 (diff) | |
media: ti-vpe: vpe: Remove unnecessary use of container_of
Instead of saving a pointer to the 'fh' member of struct vpe_ctx to
later have to use container_of to retrieve the actual pointer to the
context structure, which seems to confuse static code analysis tool
anyways, just save the pointer to the actual structure and then retrieve
it directly.
Signed-off-by: Benoit Parrot <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions