All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@codemonkey.org.uk>
To: Andrew Morton <akpm@digeo.com>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Re: cyclades region handling updates from 2.4
Date: Mon, 24 Mar 2003 20:42:52 +0000	[thread overview]
Message-ID: <20030324204252.GA21521@suse.de> (raw)
In-Reply-To: <20030324143758.66ed03fe.akpm@digeo.com>

On Mon, Mar 24, 2003 at 02:37:58PM -0800, Andrew Morton wrote:
 > davej@codemonkey.org.uk wrote:
 > >
 > > -static struct timer_list cyz_timerlist = TIMER_INITIALIZER(cyz_poll, 0, 0);
 > > +static struct timer_list cyz_timerlist = {
 > > +	.function = cyz_poll
 > > +};
 > 
 > errr, bit of regression there.  The spinlock in the timer is no longer
 > initialised.

erk, bad merge on my part after your initial fix there.
I'll send a backout patch along with the bit putting the maintainers
name right.

		Dave


      reply	other threads:[~2003-03-24 20:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-24 16:41 cyclades region handling updates from 2.4 davej
2003-03-24  9:55 ` Henrique Gobbi
2003-03-24 18:02   ` Dave Jones
2003-03-24 10:11     ` Henrique Gobbi
2003-03-24 18:28       ` Dave Jones
2003-03-24 18:49         ` Henrique Gobbi
2003-03-24 19:13           ` Dave Jones
2003-03-24 22:37 ` Andrew Morton
2003-03-24 20:42   ` 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=20030324204252.GA21521@suse.de \
    --to=davej@codemonkey.org.uk \
    --cc=akpm@digeo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.