staging: mt7621-dma: Remove print statement on devm_kzalloc error
[linux-2.6-microblaze.git] / drivers / staging / mt7621-dma / mtk-hsdma.c
index 74c374f..0fbb993 100644 (file)
@@ -665,7 +665,6 @@ static int mtk_hsdma_probe(struct platform_device *pdev)
 
        hsdma = devm_kzalloc(&pdev->dev, sizeof(*hsdma), GFP_KERNEL);
        if (!hsdma) {
-               dev_err(&pdev->dev, "alloc dma device failed\n");
                return -EINVAL;
        }