From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH] samples/rpmsg: Introduce a module parameter for message count References: <20180911174643.26199-1-s-anna@ti.com> From: Trilok Soni Message-ID: <2d904881-ec72-dd68-48ff-b8307642bc63@codeaurora.org> Date: Tue, 11 Sep 2018 11:17:40 -0700 MIME-Version: 1.0 In-Reply-To: <20180911174643.26199-1-s-anna@ti.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit To: Suman Anna , Bjorn Andersson Cc: linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-ID: 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