drm/drm_property: make replace_property_blob_from_id a DRM helper
[sfrench/cifs-2.6.git] / drivers / gpu / drm / arm / malidp_crtc.c
index dc01c43f61930bfb61d324978bac14a15dfd0b92..d72c22dcf6855a6e7ff6161fb77ab9515671f36d 100644 (file)
@@ -221,7 +221,7 @@ static int malidp_crtc_atomic_check_ctm(struct drm_crtc *crtc,
 
        /*
         * The size of the ctm is checked in
-        * drm_atomic_replace_property_blob_from_id.
+        * drm_property_replace_blob_from_id.
         */
        ctm = (struct drm_color_ctm *)state->ctm->data;
        for (i = 0; i < ARRAY_SIZE(ctm->matrix); ++i) {