lkml.org 
[lkml]   [2014]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/5] watchdog: fix print-once on enable
On Mon, Aug 18, 2014 at 11:07:57AM +0200, Ingo Molnar wrote:
>
> * Don Zickus <dzickus@redhat.com> wrote:
>
> > --- a/kernel/watchdog.c
> > +++ b/kernel/watchdog.c
> > @@ -522,6 +522,9 @@ static void watchdog_nmi_disable(unsigned int cpu)
> > /* should be in cleanup, but blocks oprofile */
> > perf_event_release_kernel(event);
> > }
> > + if (cpu == 0)
> > + /* watchdog_nmi_enable() expects this to be zero initially. */
> > + cpu0_err = 0;
> > return;
> > }
>
> While at it I also removed the stray 'return;'.

Doh, sorry about that. Thanks!

Cheers,
Don


\
 
 \ /
  Last update: 2014-08-18 17:21    [W:0.233 / U:0.328 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site