aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorVille Syrjälä <[email protected]>2013-12-10 15:19:08 +0200
committerDaniel Vetter <[email protected]>2013-12-10 14:49:04 +0100
commitfff6386766fc846f19d5628878a4638fa7ece0a4 (patch)
tree98cc3b5b5cf5664b92bd65d331ec39a5dcd8b522 /tools/perf/scripts/python
parentec9ed1976c256333567932b4acced34c072b57a7 (diff)
drm/i915: Don't cast away const from infoframe buffer
We don't modify the packed infoframe data, so we should keep the const qualifier in place. Just pass the buffer as 'const void *' instead of 'const uint8_t *' and we can drop the cast entirely. v2: Do intel_sdvo_write_infoframe() as well Reviewed-by: Damien Lespiau <[email protected]> Signed-off-by: Ville Syrjälä <[email protected]> Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions