Re: [PATCH v1 1/2] lib/cmdline: Export next_arg() for being used in modules

2021-03-08 Thread Andy Shevchenko
On Mon, Mar 08, 2021 at 04:38:42PM +0100, Bartosz Golaszewski wrote: > On Thu, Mar 4, 2021 at 12:01 PM Andy Shevchenko > wrote: > > On Thu, Mar 04, 2021 at 09:53:28AM +0100, Geert Uytterhoeven wrote: > > > On Mon, Mar 1, 2021 at 6:00 PM Andy Shevchenko > > > wrote: > > > > At least one module

Re: [PATCH v1 1/2] lib/cmdline: Export next_arg() for being used in modules

2021-03-08 Thread Bartosz Golaszewski
On Thu, Mar 4, 2021 at 12:01 PM Andy Shevchenko wrote: > > On Thu, Mar 04, 2021 at 09:53:28AM +0100, Geert Uytterhoeven wrote: > > On Mon, Mar 1, 2021 at 6:00 PM Andy Shevchenko > > wrote: > > > At least one module will benefit from using next_arg() helper. > > > Let's export it for that module

Re: [PATCH v1 1/2] lib/cmdline: Export next_arg() for being used in modules

2021-03-04 Thread Andy Shevchenko
On Thu, Mar 04, 2021 at 09:53:28AM +0100, Geert Uytterhoeven wrote: > On Mon, Mar 1, 2021 at 6:00 PM Andy Shevchenko > wrote: > > At least one module will benefit from using next_arg() helper. > > Let's export it for that module and others if they consider it > > helpful. > > > > Signed-off-by:

Re: [PATCH v1 1/2] lib/cmdline: Export next_arg() for being used in modules

2021-03-04 Thread Geert Uytterhoeven
On Mon, Mar 1, 2021 at 6:00 PM Andy Shevchenko wrote: > At least one module will benefit from using next_arg() helper. > Let's export it for that module and others if they consider it > helpful. > > Signed-off-by: Andy Shevchenko Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s,

Re: [PATCH v1 1/2] lib/cmdline: Export next_arg() for being used in modules

2021-03-02 Thread Linus Walleij
On Mon, Mar 1, 2021 at 6:00 PM Andy Shevchenko wrote: > At least one module will benefit from using next_arg() helper. > Let's export it for that module and others if they consider it > helpful. > > Signed-off-by: Andy Shevchenko Reviewed-by: Linus Walleij Yours, Linus Walleij

[PATCH v1 1/2] lib/cmdline: Export next_arg() for being used in modules

2021-03-01 Thread Andy Shevchenko
At least one module will benefit from using next_arg() helper. Let's export it for that module and others if they consider it helpful. Signed-off-by: Andy Shevchenko --- lib/cmdline.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cmdline.c b/lib/cmdline.c index