diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2013-12-10 08:19:08 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-12-10 08:49:04 -0500 |
commit | fff6386766fc846f19d5628878a4638fa7ece0a4 (patch) | |
tree | 98cc3b5b5cf5664b92bd65d331ec39a5dcd8b522 /drivers/gpu/drm/gma500/accel_2d.c | |
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 <damien.lespiau@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/gma500/accel_2d.c')
0 files changed, 0 insertions, 0 deletions