Re: [PATCH] samples/rpmsg: Introduce a module parameter for message count
From: Suman Anna
Date: Mon Oct 01 2018 - 17:09:41 EST
Hi Trilok,
On 09/11/2018 01:17 PM, Trilok Soni wrote:
> Bjorn,
>
>> Â Â #define MSGÂÂÂÂÂÂÂ "hello world!"
>> -#define MSG_LIMITÂÂÂ 100
>> +
>> +static int count = 100;
>> +module_param(count, int, 0644);
>
> I thought Greg KH doesn't want any new code to have module_param call,
> right? Are we Ok here or I am missing something here.
Can you point me to the thread where this was discussed/decided?
regards
Suman