camif_hw_set_test_pattern(camif, camif->test_pattern);
        if (variant->has_img_effect)
                camif_hw_set_effect(camif, camif->colorfx,
-                               camif->colorfx_cb, camif->colorfx_cr);
+                               camif->colorfx_cr, camif->colorfx_cb);
        if (variant->ip_revision == S3C6410_CAMIF_IP_REV)
                camif_hw_set_input_path(vp);
        camif_cfg_video_path(vp);
                camif_hw_set_test_pattern(camif, camif->test_pattern);
                if (camif->variant->has_img_effect)
                        camif_hw_set_effect(camif, camif->colorfx,
-                                   camif->colorfx_cb, camif->colorfx_cr);
+                                   camif->colorfx_cr, camif->colorfx_cb);
                vp->state &= ~ST_VP_CONFIG;
        }
 unlock: