[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2d904881-ec72-dd68-48ff-b8307642bc63@codeaurora.org>
Date: Tue, 11 Sep 2018 11:17:40 -0700
From: Trilok Soni <tsoni@...eaurora.org>
To: Suman Anna <s-anna@...com>,
Bjorn Andersson <bjorn.andersson@...aro.org>
Cc: linux-remoteproc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] samples/rpmsg: Introduce a module parameter for message
count
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.
--
---Trilok Soni
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a
Linux Foundation Collaborative Project
Powered by blists - more mailing lists