]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/dma/ioat/init.c
Merge remote-tracking branch 'trivial/for-next'
[karo-tx-linux.git] / drivers / dma / ioat / init.c
index 4ef0c5e07912e5ba7fd1a9e02141c3704434cc7d..b49b2944e38d8b4284f5e9df0949d49a944b86cd 100644 (file)
@@ -741,7 +741,7 @@ static int ioat_alloc_chan_resources(struct dma_chan *c)
 
        chanerr = readl(ioat_chan->reg_base + IOAT_CHANERR_OFFSET);
 
-       dev_WARN(to_dev(ioat_chan),
+       dev_WARN(to_dev(ioat_chan), true,
                 "failed to start channel chanerr: %#x\n", chanerr);
        ioat_free_chan_resources(c);
        return -EFAULT;