Re: [PATCH v2] MIPS: Remove useless parameter of bootcmdline_init()

2020-05-19 Thread Thomas Bogendoerfer
On Mon, May 18, 2020 at 03:08:08PM +0800, Zhi Li wrote: > The parameter "cmdline_p" is useless in bootcmdline_init(),remove it. > > Signed-off-by: Zhi Li applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea.

[PATCH v2] MIPS: Remove useless parameter of bootcmdline_init()

2020-05-18 Thread Zhi Li
The parameter "cmdline_p" is useless in bootcmdline_init(),remove it. Signed-off-by: Zhi Li --- v2: - Remove "the" before "bootcmdline_init()" in the patch subject. arch/mips/kernel/setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mips/kernel/setup.c b/ar