Merge tag 'x86_urgent_for_v5.16_rc8' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / dma / dmaengine.c
index af3ee28..d9f7c09 100644 (file)
@@ -695,13 +695,12 @@ static struct dma_chan *find_candidate(struct dma_device *device,
  */
 struct dma_chan *dma_get_slave_channel(struct dma_chan *chan)
 {
-       int err = -EBUSY;
-
        /* lock against __dma_request_channel */
        mutex_lock(&dma_list_mutex);
 
        if (chan->client_count == 0) {
                struct dma_device *device = chan->device;
+               int err;
 
                dma_cap_set(DMA_PRIVATE, device->cap_mask);
                device->privatecnt++;