public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@codemonkey.org.uk>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] named struct initialiser updates
Date: Fri, 29 Nov 2002 11:49:36 +0000	[thread overview]
Message-ID: <20021129114935.GA20166@suse.de> (raw)
In-Reply-To: <Pine.GSO.4.21.0211291044410.29438-100000@vervain.sonytel.be>

On Fri, Nov 29, 2002 at 10:45:24AM +0100, Geert Uytterhoeven wrote:

 > > diff -Nru a/drivers/video/fbcon.c b/drivers/video/fbcon.c
 > > --- a/drivers/video/fbcon.c	Mon Nov 25 20:14:39 2002
 > > +++ b/drivers/video/fbcon.c	Mon Nov 25 20:14:39 2002
 > > @@ -230,8 +230,9 @@
 > >  
 > >  static void cursor_timer_handler(unsigned long dev_addr);
 > >  
 > > -static struct timer_list cursor_timer =
 > > -		TIMER_INITIALIZER(cursor_timer_handler, 0, 0);
 > > +static struct timer_list cursor_timer = {
 > > +    function: cursor_timer_handler
 > > +};
 > Doesn't this part reverse the timer initializer fix?

Looks like it. I'll take a look later.

		Dave

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

      reply	other threads:[~2002-11-29 11:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200211260414.gAQ4EaJ26436@hera.kernel.org>
2002-11-29  9:45 ` [PATCH] named struct initialiser updates Geert Uytterhoeven
2002-11-29 11:49   ` Dave Jones [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021129114935.GA20166@suse.de \
    --to=davej@codemonkey.org.uk \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox