Re: [PATCH 18/32] platform/x86: Use pr_warn instead of pr_warning

2019-09-20 Thread Kefeng Wang
On 2019/9/20 14:26, Andy Shevchenko wrote: > On Fri, Sep 20, 2019 at 9:10 AM Kefeng Wang > wrote: >> 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. >> > Please, split on

Re: [PATCH 18/32] platform/x86: Use pr_warn instead of pr_warning

2019-09-20 Thread Andy Shevchenko
On Fri, Sep 20, 2019 at 9:10 AM Kefeng Wang wrote: > > 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. > Please, split on three patches (per driver). >

[PATCH 18/32] platform/x86: Use pr_warn instead of pr_warning

2019-09-20 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: Corentin Chary Cc: Darren Hart Cc: Andy Shevchenko Signed-off-by: Kefeng Wang --- drivers/platform/x86/asus-laptop.c|