Re: [PATCH v2] dmaengine: make dmatest less noisy

From: Linus Walleij
Date: Mon Aug 19 2013 - 05:55:13 EST


On Mon, Aug 19, 2013 at 10:31 AM, Joe Perches <joe@xxxxxxxxxxx> wrote:

>> -static unsigned int threads_per_chan = 1;
>> +static unsigned int threads_per_chan = 8;
>> module_param(threads_per_chan, uint, S_IRUGO);
>> MODULE_PARM_DESC(threads_per_chan,
>> "Number of threads to start per channel (default: 1)");
>
> This is unrelated and makes the MODULE_PARAM_DESC below
> it have the incorrect default.

Argh sorry, unrelated patches in the tree.

As I don't have loadable modules enabled in this system I
have to alter the compile defaults and compile the module into
the kernel :-/

Thanks for fixing the real issue the right way!

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/