[PATCH v2 06/33] sparc: Use pr_warn instead of pr_warning

2019-10-17 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: "David S. Miller" Cc: Andrew Morton Reviewed-by: Sergey Senozhatsky Signed-off-by: Kefeng Wang --- arch/sparc/kernel/smp_64

Re: [PATCH v2 06/33] sparc: Use pr_warn instead of pr_warning

2019-10-17 Thread David Miller
From: Kefeng Wang Date: Fri, 18 Oct 2019 11:18:23 +0800 > As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of > pr_warning"), removing pr_warning so all logging messages use a > consistent _warn style. Let's do it. > > Cc: "David S. Miller" > Cc: Andrew Morton > Reviewed-by: Serge