diff options
| author | Ville Syrjälä <[email protected]> | 2013-12-10 15:19:08 +0200 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2013-12-10 14:49:04 +0100 |
| commit | fff6386766fc846f19d5628878a4638fa7ece0a4 (patch) | |
| tree | 98cc3b5b5cf5664b92bd65d331ec39a5dcd8b522 /tools/perf/scripts/python | |
| parent | ec9ed1976c256333567932b4acced34c072b57a7 (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