Merge git://git.denx.de/u-boot-fsl-qoriq
[oweals/u-boot.git] / drivers / dma / dma-uclass.c
index ea21fd9c6febdc0b08064419cbc178805ea09250..3d0ce22fbc2186c0caab158a00394081663b5a21 100644 (file)
@@ -33,7 +33,7 @@ int dma_get_device(u32 transfer_type, struct udevice **devp)
        }
 
        if (!dev) {
-               error("No DMA device found that supports %x type\n",
+               pr_err("No DMA device found that supports %x type\n",
                      transfer_type);
                return -EPROTONOSUPPORT;
        }