commit | a85159fece07f4ff3e266da619af050928dceca1 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Mon Dec 30 14:58:04 2013 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Jan 20 14:59:18 2014 +0530 |
tree | ffa2a093c9f4deac5841792a3f4cf48079a4193d | |
parent | f3b77727e82722fafb1940b3fc15bfdddd9aab4a [diff] |
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>