On Wed, 10 Jun 2015 08:11:13 +0000
Wang Long <long.wangl...@huawei.com> wrote:

> The {producer|consumer}_{nice|fifo} parameters are integer
> type, we should use 'int' as the second param in module_param.
> 
> For example(consumer_fifo):
>       the default value of consumer_fifo is -1.
>    Without this patch:
>         # cat /sys/module/ring_buffer_benchmark/parameters/consumer_fifo
>         4294967295
>    With this patch:
>       # cat /sys/module/ring_buffer_benchmark/parameters/consumer_fifo
>       -1
> 
> Signed-off-by: Wang Long <long.wangl...@huawei.com>
> ---

Thanks, Applied!

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

Reply via email to