From: hhb Date: Tue, 11 Nov 2014 09:31:16 +0000 (+0800) Subject: pl330: change NR_DEFAULT_DESC from 16 to 32 X-Git-Tag: firefly_0821_release~4480 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8e9913738f3f0c76c9e70f65f54c8bb748204ef9;p=firefly-linux-kernel-4.4.55.git pl330: change NR_DEFAULT_DESC from 16 to 32 --- diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index 5a5614d83f34..819328b2e3ec 100755 --- a/drivers/dma/pl330.c +++ b/drivers/dma/pl330.c @@ -288,7 +288,7 @@ static unsigned cmd_line; /* The number of default descriptors */ -#define NR_DEFAULT_DESC 16 +#define NR_DEFAULT_DESC 32 /* Populated by the PL330 core driver for DMA API driver's info */ struct pl330_config {