diff options
| author | Daniel Vetter <[email protected]> | 2020-04-15 09:39:44 +0200 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2020-04-28 15:15:52 +0200 |
| commit | bc662528e29ae751e0d43c18c9e4cd71a20ef0d4 (patch) | |
| tree | 72cd6069738961e06ba5859592ec4a142e23b563 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
| parent | 235b7e7d7eee3797a354ef5e923d58a477d1cb82 (diff) | |
drm/v3d: Delete v3d_dev->dev
We already have it in v3d_dev->drm.dev with zero additional pointer
chasing. Personally I don't like duplicated pointers like this
because:
- reviewers need to check whether the pointer is for the same or
different objects if there's multiple
- compilers have an easier time too
But also a bit a bikeshed, so feel free to ignore.
Acked-by: Eric Anholt <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Cc: Eric Anholt <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions