diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index d5149aacd2feefdb9a3d516187e6f5b03f084ada..57049f84d0c0084c029b3ca399f9e3be70aa82bd 100644 --- a/drivers/dma/pl330.c +++ b/drivers/dma/pl330.c @@ -1372,10 +1372,6 @@ static int pl330_submit_req(struct pl330_thread *thrd, u32 ccr; int ret = 0; - /* No Req or Unacquired Channel or DMAC */ - if (!desc || !thrd || thrd->free) - return -EINVAL; - regs = thrd->dmac->base; if (pl330->state == DYING