Tag: 69a0f89c0641668d402573a05b327ac8ed6d2560

drm/dp/mst: constify drm_dp_mst_topology_cbs structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The drm_dp_mst_topology_cbs structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Daniel Vetter — drivers/gpu/drm/i915/intel_dp_mst.c | 2 +- drivers/gpu/drm/radeon/radeon_dp_mst.c | 2 +- include/drm/drm_dp_mst_helper.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)   diff –git a/drivers/gpu/drm/i915/intel_dp_mst.c b/drivers/gpu/drm/i915/intel_dp_mst.c index e8d369d..9ae1a4f 100644 …

Continue reading