DMA: dmatest: extend the "device" module parameter to 32 characters
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Mon, 30 Dec 2013 13:58:04 +0000 (14:58 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 20 Jan 2014 09:29:18 +0000 (14:59 +0530)
commita85159fece07f4ff3e266da619af050928dceca1
treeffa2a093c9f4deac5841792a3f4cf48079a4193d
parentf3b77727e82722fafb1940b3fc15bfdddd9aab4a
DMA: dmatest: extend the "device" module parameter to 32 characters

With Device Tree a typical DMA controller device name can look like
10000000.dma-controller, which extends the current size of the string,
allocated for this parameter. This patch extends its size from 20 to 32
characters.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dmatest.c