X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fdma%2Fdmatest.c;h=05b6dea770a407fc94e614b82bdbdf0ef0212593;hb=ca2a650f3dfdc30d71d21bcbb04d2d057779f3f9;hp=9dfcaf5c12888d3de80483329ffccc7fbbacd02a;hpb=ac6d7c48e3a5e82e876114b9ca0b489e96997743;p=~andy%2Flinux diff --git a/drivers/dma/dmatest.c b/drivers/dma/dmatest.c index 9dfcaf5c128..05b6dea770a 100644 --- a/drivers/dma/dmatest.c +++ b/drivers/dma/dmatest.c @@ -31,7 +31,7 @@ module_param_string(channel, test_channel, sizeof(test_channel), S_IRUGO | S_IWUSR); MODULE_PARM_DESC(channel, "Bus ID of the channel to test (default: any)"); -static char test_device[20]; +static char test_device[32]; module_param_string(device, test_device, sizeof(test_device), S_IRUGO | S_IWUSR); MODULE_PARM_DESC(device, "Bus ID of the DMA Engine to test (default: any)"); @@ -89,7 +89,7 @@ MODULE_PARM_DESC(verbose, "Enable \"success\" result messages (default: off)"); struct dmatest_params { unsigned int buf_size; char channel[20]; - char device[20]; + char device[32]; unsigned int threads_per_chan; unsigned int max_channels; unsigned int iterations;