Re: [PATCH] kernel/watchdog: change prototype of watchdog_nmi_enable()

From: Pingfan Liu
Date: Wed Sep 01 2021 - 22:54:33 EST


Hi Petr,

Thank you for reviewing.

But I am composing a series, which may overstep this patch. So please
drop this patch, and sorry for inconvenience.

Regards,

Pingfan

On Thu, Aug 26, 2021 at 10:36 PM Petr Mladek <pmladek@xxxxxxxx> wrote:
>
> On Tue 2021-08-24 11:14:35, Pingfan Liu wrote:
> > The only caller does not handle the return value of
> > watchdog_nmi_enable(). If there is an error, it seems to be reported by
> > arch specific code.
> >
> > Hence changing watchdog_nmi_enable() return value from int to void.
> >
> > Signed-off-by: Pingfan Liu <kernelfans@xxxxxxxxx>
>
> Looks good to me:
>
> Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>
>
> Best Regards,
> Petr