of: property: fw_devlink: Ignore interrupts property for some configs
[linux-2.6-microblaze.git] / drivers / dma / pl330.c
index 0f5c193..bc0f66a 100644 (file)
@@ -1527,8 +1527,6 @@ static int pl330_submit_req(struct pl330_thread *thrd,
 
        /* First dry run to check if req is acceptable */
        ret = _setup_req(pl330, 1, thrd, idx, &xs);
-       if (ret < 0)
-               goto xfer_exit;
 
        if (ret > pl330->mcbufsz / 2) {
                dev_info(pl330->ddma.dev, "%s:%d Try increasing mcbufsz (%i/%i)\n",