drm/dsi: Implement set tear scanline
[deliverable/linux.git] / drivers / target / target_core_xcopy.c
index 47fe94ee10b82d876fedef726308738dc62f5805..75cd85426ae3a27f276947f667794acb7c9454d0 100644 (file)
@@ -563,7 +563,7 @@ static int target_xcopy_setup_pt_cmd(
 
        if (alloc_mem) {
                rc = target_alloc_sgl(&cmd->t_data_sg, &cmd->t_data_nents,
-                                     cmd->data_length, false);
+                                     cmd->data_length, false, false);
                if (rc < 0) {
                        ret = rc;
                        goto out;
This page took 0.029963 seconds and 5 git commands to generate.