Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 419d1f12 authored by Daniel Mack's avatar Daniel Mack Committed by Vinod Koul
Browse files

dma: mmp_pdma: print the number of channels at probe time



That helps check the provided runtime information.

Signed-off-by: default avatarDaniel Mack <zonque@gmail.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent a9a7cf08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -907,7 +907,7 @@ static int mmp_pdma_probe(struct platform_device *op)
		}
	}

	dev_info(pdev->device.dev, "initialized\n");
	dev_info(pdev->device.dev, "initialized %d channels\n", dma_channels);
	return 0;
}